Html Css Color HEX #C0D3DD Light Blue

📋 copy color: '#C0D3DD'

red 192 ◦ green 211 ◦ blue 221

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

Shades of Light Blue #C0D3DD

Tints of Light Blue #C0D3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.81%

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

R = 30.77%
G = 33.81%
B = 35.42%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0D3DD (or 0xC0D3DD) is known color: Light Blue. HEX triplet: C0, D3 and DD. RGB value is (192,211,221). Sum of RGB (Red+Green+Blue) = 192+211+221=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3DD is #3F2C22. Grayscale: #CECECE. Windows color (decimal): -4140067 or 14537664. OLE color: 14537664.

HSL color Cylindrical-coordinate representation of color #C0D3DD: hue angle of 200.69º 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 #C0D3DD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 211 221 -
CMYK 0.13 0.05 0 0.13
HSL 200.69º 0.3% 0.81% -
HSV(B) 200.69º 0.13% 0.87% -
XYZ 58.08 63.02 77.51 -
YUV 206.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 192 211 221 0.13 0.05 0 0.13 200.69 0.3 0.81
Hex C0 D3 DD D 5 0 D C9 1E 51
Octal 300 323 335 15 5 0 15 311 36 121
Binary 11000000 11010011 11011101 1101 101 0 1101 11001001 11110 1010001

Color Harmonies of #C0D3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D3DD

Black with #C0D3DD

Text Example


Text Example

White with #C0D3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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