Html Css Color HEX #C4D3DA Light Blue

📋 copy color: '#C4D3DA'

red 196 ◦ green 211 ◦ blue 218

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

Shades of Light Blue #C4D3DA

Tints of Light Blue #C4D3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.88%

R = 31.36%
G = 33.76%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4D3DA (or 0xC4D3DA) is known color: Light Blue. HEX triplet: C4, D3 and DA. RGB value is (196,211,218). Sum of RGB (Red+Green+Blue) = 196+211+218=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3DA is #3B2C25. Grayscale: #CFCFCF. Windows color (decimal): -3877926 or 14341060. OLE color: 14341060.

HSL color Cylindrical-coordinate representation of color #C4D3DA: hue angle of 199.09º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D3DA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 211 218 -
CMYK 0.10 0.03 0 0.15
HSL 199.09º 0.23% 0.81% -
HSV(B) 199.09º 0.1% 0.85% -
XYZ 58.71 63.39 75.47 -
YUV 207.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 196 211 218 0.10 0.03 0 0.15 199.09 0.23 0.81
Hex C4 D3 DA A 3 0 F C7 17 51
Octal 304 323 332 12 3 0 17 307 27 121
Binary 11000100 11010011 11011010 1010 11 0 1111 11000111 10111 1010001

Color Harmonies of #C4D3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3DA

Black with #C4D3DA

Text Example


Text Example

White with #C4D3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3DA; }

 p { color: rgb(196,211,218); }

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

background-color css

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

 a { background-color: rgb(196,211,218); }

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

border-color css

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

 span { border-color: rgb(196,211,218); }

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