#8FB7EF

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

Shades of Jordy Blue #8FB7EF

Tints of Jordy Blue #8FB7EF

Color information

#8FB7EF (or 0x8FB7EF) is unknown color: approx Jordy Blue. HEX triplet: 8F, B7 and EF. RGB value is (143,183,239). Sum of RGB (Red+Green+Blue) = 143+183+239=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7EF is #704810. Grayscale: #B1B1B1. Windows color (decimal): -7358481 or 15710095. OLE color: 15710095.

HSL color Cylindrical-coordinate representation of color #8FB7EF: hue angle of 215º 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 #8FB7EF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143183239-
CMYK0.400.2300.06
HSL215º75%74.9%-
HSV(B)215º40.17%93.73%-
XYZ43.8445.9488.22-
YUV177.42162.75103.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.31%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=25.31%
G=32.39%
B=42.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431832390.400.2300.062157574.9
Hex8FB7EF281706d74b4b
Octal217267357502706327113113
Binary1000111110110111111011111010001011101101101011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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