#8FB2EE

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

Shades of Jordy Blue #8FB2EE

Tints of Jordy Blue #8FB2EE

Color information

#8FB2EE (or 0x8FB2EE) is unknown color: approx Jordy Blue. HEX triplet: 8F, B2 and EE. RGB value is (143,178,238). Sum of RGB (Red+Green+Blue) = 143+178+238=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB2EE is #704D11. Grayscale: #AEAEAE. Windows color (decimal): -7359762 or 15643279. OLE color: 15643279.

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

Color convert

RGB143178238-
CMYK0.400.2500.07
HSL217.89º73.64%74.71%-
HSV(B)217.89º39.92%93.33%-
XYZ42.6843.8587.1-
YUV174.38163.9105.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.58%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=25.58%
G=31.84%
B=42.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431782380.400.2500.07217.8973.6474.71
Hex8FB2EE281907da4a4b
Octal217262356503107332112113
Binary1000111110110010111011101010001100101111101101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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