#C0D9E8

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

Shades of Light Blue #C0D9E8

Tints of Light Blue #C0D9E8

Color information

#C0D9E8 (or 0xC0D9E8) is unknown color: approx Light Blue. HEX triplet: C0, D9 and E8. RGB value is (192,217,232). Sum of RGB (Red+Green+Blue) = 192+217+232=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0D9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9E8 is #3F2617. Grayscale: #D3D3D3. Windows color (decimal): -4138520 or 15260096. OLE color: 15260096.

HSL color Cylindrical-coordinate representation of color #C0D9E8: hue angle of 202.5º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0D9E8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192217232-
CMYK0.170.0600.09
HSL202.5º46.51%83.14%-
HSV(B)202.5º17.24%90.98%-
XYZ61.1266.6685.99-
YUV211.24139.72114.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.95%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=29.95%
G=33.85%
B=36.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922172320.170.0600.09202.546.5183.14
HexC0D9E811609ca2f53
Octal30033135021601131257123
Binary1100000011011001111010001000111001001110010101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D9E8; }

 p { color: rgb(192,217,232); }

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

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

 a { background-color: rgb(192,217,232); }

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

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

 span { border-color: rgb(192,217,232); }

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