#8FB6E8

Color #8FB6E8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8FB6E8

Tints of Jordy Blue #8FB6E8

Color information

#8FB6E8 (or 0x8FB6E8) is unknown color: approx Jordy Blue. HEX triplet: 8F, B6 and E8. RGB value is (143,182,232). Sum of RGB (Red+Green+Blue) = 143+182+232=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FB6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB6E8 is #704917. Grayscale: #AFAFAF. Windows color (decimal): -7358744 or 15251087. OLE color: 15251087.

HSL color Cylindrical-coordinate representation of color #8FB6E8: hue angle of 213.71º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FB6E8 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143182232-
CMYK0.380.2200.09
HSL213.71º65.93%73.53%-
HSV(B)213.71º38.36%90.98%-
XYZ42.6245.1282.81-
YUV176.04159.58104.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 25.67%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 232 (91.02% from 255) = 41.65%
R=25.67%
G=32.68%
B=41.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1431822320.380.2200.09213.7165.9373.53
Hex8FB6E8261609d6424a
Octal2172663504626011326102112
Binary10001111101101101110100010011010110010011101011010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FB6E8; }

 p { color: rgb(143,182,232); }

 H1.HeaderClassName
 {
   color: #8FB6E8;
 }
 .AnyTagClassName
 {
   color: #8FB6E8;
 }
</style>
background-color css

<style>
 a { background-color: #8FB6E8; }

 a { background-color: rgb(143,182,232); }

 div.DivClassName
 {
   background-color: #8FB6E8;
 }
 .BgClassName
 {
   background-color: #8FB6E8;
 }
</style>
border-color css

<style>
 span { border-color: #8FB6E8; }

 span { border-color: rgb(143,182,232); }

 td.TdClassName
 {
   border-color: #8FB6E8;
 }
 .TagClassName
 {
   border-color: #8FB6E8;
 }
</style>