#8FB2EA

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

Shades of Jordy Blue #8FB2EA

Tints of Jordy Blue #8FB2EA

Color information

#8FB2EA (or 0x8FB2EA) is unknown color: approx Jordy Blue. HEX triplet: 8F, B2 and EA. RGB value is (143,178,234). Sum of RGB (Red+Green+Blue) = 143+178+234=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB2EA is #704D15. Grayscale: #ADADAD. Windows color (decimal): -7359766 or 15381135. OLE color: 15381135.

HSL color Cylindrical-coordinate representation of color #8FB2EA: hue angle of 216.92º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FB2EA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143178234-
CMYK0.390.2400.08
HSL216.92º68.42%73.92%-
HSV(B)216.92º38.89%91.76%-
XYZ42.143.6284.04-
YUV173.92161.9105.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.77%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=25.77%
G=32.07%
B=42.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431782340.390.2400.08216.9268.4273.92
Hex8FB2EA271808d9444a
Octal2172623524730010331104112
Binary10001111101100101110101010011111000010001101100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,234); }

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

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

 a { background-color: rgb(143,178,234); }

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

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

 span { border-color: rgb(143,178,234); }

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