Html Css Color HEX #C4D5DC Light Blue

📋 copy color: '#C4D5DC'

red 196 ◦ green 213 ◦ blue 220

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

Shades of Light Blue #C4D5DC

Tints of Light Blue #C4D5DC

RGB

 RED value IS 196 (76.95% from 255) = 31.16%

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

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 31.16%
G = 33.86%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4D5DC (or 0xC4D5DC) is known color: Light Blue. HEX triplet: C4, D5 and DC. RGB value is (196,213,220). Sum of RGB (Red+Green+Blue) = 196+213+220=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5DC is #3B2A23. Grayscale: #D0D0D0. Windows color (decimal): -3877412 or 14472644. OLE color: 14472644.

HSL color Cylindrical-coordinate representation of color #C4D5DC: hue angle of 197.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D5DC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 213 220 -
CMYK 0.11 0.03 0 0.14
HSL 197.5º 0.26% 0.82% -
HSV(B) 197.5º 0.11% 0.86% -
XYZ 59.48 64.49 77.02 -
YUV 208.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 196 213 220 0.11 0.03 0 0.14 197.5 0.26 0.82
Hex C4 D5 DC B 3 0 E C6 1A 52
Octal 304 325 334 13 3 0 16 306 32 122
Binary 11000100 11010101 11011100 1011 11 0 1110 11000110 11010 1010010

Color Harmonies of #C4D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D5DC

Black with #C4D5DC

Text Example


Text Example

White with #C4D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D5DC; }

 p { color: rgb(196,213,220); }

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

background-color css

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

 a { background-color: rgb(196,213,220); }

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

border-color css

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

 span { border-color: rgb(196,213,220); }

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