Html Css Color HEX #C0D5DD Light Blue

📋 copy color: '#C0D5DD'

red 192 ◦ green 213 ◦ blue 221

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

Shades of Light Blue #C0D5DD

Tints of Light Blue #C0D5DD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.03%

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 30.67%
G = 34.03%
B = 35.3%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0D5DD (or 0xC0D5DD) is known color: Light Blue. HEX triplet: C0, D5 and DD. RGB value is (192,213,221). Sum of RGB (Red+Green+Blue) = 192+213+221=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5DD is #3F2A22. Grayscale: #CFCFCF. Windows color (decimal): -4139555 or 14538176. OLE color: 14538176.

HSL color Cylindrical-coordinate representation of color #C0D5DD: hue angle of 196.55º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D5DD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 213 221 -
CMYK 0.13 0.04 0 0.13
HSL 196.55º 0.3% 0.81% -
HSV(B) 196.55º 0.13% 0.87% -
XYZ 58.58 64.02 77.68 -
YUV 207.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 192 213 221 0.13 0.04 0 0.13 196.55 0.3 0.81
Hex C0 D5 DD D 4 0 D C5 1E 51
Octal 300 325 335 15 4 0 15 305 36 121
Binary 11000000 11010101 11011101 1101 100 0 1101 11000101 11110 1010001

Color Harmonies of #C0D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D5DD

Black with #C0D5DD

Text Example


Text Example

White with #C0D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D5DD; }

 p { color: rgb(192,213,221); }

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

background-color css

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

 a { background-color: rgb(192,213,221); }

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

border-color css

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

 span { border-color: rgb(192,213,221); }

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