Html Css Color HEX #C0DAE9 Light Blue

📋 copy color: '#C0DAE9'

red 192 ◦ green 218 ◦ blue 233

#C0DAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #C0DAE9

Tints of Light Blue #C0DAE9

RGB

 RED value IS 192 (75.39% from 255) = 29.86%

 GREEN value IS 218 (85.55% from 255) = 33.9%

 BLUE value IS 233 (91.41% from 255) = 36.24%

R = 29.86%
G = 33.9%
B = 36.24%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0DAE9 (or 0xC0DAE9) is known color: Light Blue. HEX triplet: C0, DA and E9. RGB value is (192,218,233). Sum of RGB (Red+Green+Blue) = 192+218+233=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAE9 is #3F2516. Grayscale: #D3D3D3. Windows color (decimal): -4138263 or 15325888. OLE color: 15325888.

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

Color convert

RGB 192 218 233 -
CMYK 0.18 0.06 0 0.09
HSL 201.95º 0.48% 0.83% -
HSV(B) 201.95º 0.18% 0.91% -
XYZ 61.52 67.23 86.83 -
YUV 211.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 192 218 233 0.18 0.06 0 0.09 201.95 0.48 0.83
Hex C0 DA E9 12 6 0 9 CA 30 53
Octal 300 332 351 22 6 0 11 312 60 123
Binary 11000000 11011010 11101001 10010 110 0 1001 11001010 110000 1010011

Color Harmonies of #C0DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAE9

Black with #C0DAE9

Text Example


Text Example

White with #C0DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAE9; }

 p { color: rgb(192,218,233); }

 H1.HeaderClassName
 {
   color: #C0DAE9;
 }
 .AnyTagClassName
 {
   color: #C0DAE9;
 }
</style>

background-color css

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

 a { background-color: rgb(192,218,233); }

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

border-color css

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

 span { border-color: rgb(192,218,233); }

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