#8fb7ee

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

Shades of Jordy Blue #8FB7EE

Tints of Jordy Blue #8FB7EE

Color information

#8FB7EE (or 0x8FB7EE) is unknown color: approx Jordy Blue. HEX triplet: 8F, B7 and EE. RGB value is (143,183,238). Sum of RGB (Red+Green+Blue) = 143+183+238=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7EE is #704811. Grayscale: #B1B1B1. Windows color (decimal): -7358482 or 15644559. OLE color: 15644559.

HSL color Cylindrical-coordinate representation of color #8FB7EE: hue angle of 214.74º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB7EE is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143183238-
CMYK0.400.2300.07
HSL214.74º73.64%74.71%-
HSV(B)214.74º39.92%93.33%-
XYZ43.6945.8887.44-
YUV177.31162.25103.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.35%
GREEN value IS 183 (71.88% from 255) = 32.45%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=25.35%
G=32.45%
B=42.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431832380.400.2300.07214.7473.6474.71
Hex8FB7EE281707d74a4b
Octal217267356502707327112113
Binary1000111110110111111011101010001011101111101011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fb7ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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