#8cb9db

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

Shades of Jordy Blue #8CB9DB

Tints of Jordy Blue #8CB9DB

Color information

#8CB9DB (or 0x8CB9DB) is unknown color: approx Jordy Blue. HEX triplet: 8C, B9 and DB. RGB value is (140,185,219). Sum of RGB (Red+Green+Blue) = 140+185+219=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB9DB is #734624. Grayscale: #AFAFAF. Windows color (decimal): -7554597 or 14399884. OLE color: 14399884.

HSL color Cylindrical-coordinate representation of color #8CB9DB: hue angle of 205.82º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB9DB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140185219-
CMYK0.360.1600.14
HSL205.82º52.32%70.39%-
HSV(B)205.82º36.07%85.88%-
XYZ40.9545.3973.62-
YUV175.42152.59102.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=25.74%
G=34.01%
B=40.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401852190.360.1600.14205.8252.3270.39
Hex8CB9DB24100Ece3446
Octal214271333442001631664106
Binary1000110010111001110110111001001000001110110011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb9db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,185,219); }

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

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

 a { background-color: rgb(140,185,219); }

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

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

 span { border-color: rgb(140,185,219); }

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