#8CB4DE

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

Shades of Jordy Blue #8CB4DE

Tints of Jordy Blue #8CB4DE

Color information

#8CB4DE (or 0x8CB4DE) is unknown color: approx Jordy Blue. HEX triplet: 8C, B4 and DE. RGB value is (140,180,222). Sum of RGB (Red+Green+Blue) = 140+180+222=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CB4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB4DE is #734B21. Grayscale: #ACACAC. Windows color (decimal): -7555874 or 14595212. OLE color: 14595212.

HSL color Cylindrical-coordinate representation of color #8CB4DE: hue angle of 210.73º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB4DE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140180222-
CMYK0.370.1900.13
HSL210.73º55.41%70.98%-
HSV(B)210.73º36.94%87.06%-
XYZ40.3243.4975.38-
YUV172.83155.75104.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.83%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=25.83%
G=33.21%
B=40.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401802220.370.1900.13210.7355.4170.98
Hex8CB4DE25130Dd33747
Octal214264336452301532367107
Binary1000110010110100110111101001011001101101110100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,222); }

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

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

 a { background-color: rgb(140,180,222); }

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

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

 span { border-color: rgb(140,180,222); }

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