#8FB4EF

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

Shades of Jordy Blue #8FB4EF

Tints of Jordy Blue #8FB4EF

Color information

#8FB4EF (or 0x8FB4EF) is unknown color: approx Jordy Blue. HEX triplet: 8F, B4 and EF. RGB value is (143,180,239). Sum of RGB (Red+Green+Blue) = 143+180+239=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB4EF is #704B10. Grayscale: #AFAFAF. Windows color (decimal): -7359249 or 15709327. OLE color: 15709327.

HSL color Cylindrical-coordinate representation of color #8FB4EF: hue angle of 216.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB4EF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143180239-
CMYK0.400.2500.06
HSL216.88º75%74.9%-
HSV(B)216.88º40.17%93.73%-
XYZ43.2344.7188.01-
YUV175.66163.74104.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 180 (70.70% from 255) = 32.03%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=25.44%
G=32.03%
B=42.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431802390.400.2500.06216.887574.9
Hex8FB4EF281906d94b4b
Octal217264357503106331113113
Binary1000111110110100111011111010001100101101101100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,239); }

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

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

 a { background-color: rgb(143,180,239); }

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

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

 span { border-color: rgb(143,180,239); }

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