#8CB0EE

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

Shades of Jordy Blue #8CB0EE

Tints of Jordy Blue #8CB0EE

Color information

#8CB0EE (or 0x8CB0EE) is unknown color: approx Jordy Blue. HEX triplet: 8C, B0 and EE. RGB value is (140,176,238). Sum of RGB (Red+Green+Blue) = 140+176+238=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB0EE is #734F11. Grayscale: #ACACAC. Windows color (decimal): -7556882 or 15642764. OLE color: 15642764.

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

Color convert

RGB140176238-
CMYK0.410.2600.07
HSL217.96º74.24%74.12%-
HSV(B)217.96º41.18%93.33%-
XYZ41.7742.886.95-
YUV172.3165.07104.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=25.27%
G=31.77%
B=42.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401762380.410.2600.07217.9674.2474.12
Hex8CB0EE291A07da4a4a
Octal214260356513207332112112
Binary1000110010110000111011101010011101001111101101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,238); }

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

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

 a { background-color: rgb(140,176,238); }

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

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

 span { border-color: rgb(140,176,238); }

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