Html Css Color HEX #C2D5DD Light Blue

📋 copy color: '#C2D5DD'

red 194 ◦ green 213 ◦ blue 221

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

Shades of Light Blue #C2D5DD

Tints of Light Blue #C2D5DD

RGB

 RED value IS 194 (76.17% from 255) = 30.89%

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

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

R = 30.89%
G = 33.92%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2D5DD (or 0xC2D5DD) is known color: Light Blue. HEX triplet: C2, D5 and DD. RGB value is (194,213,221). Sum of RGB (Red+Green+Blue) = 194+213+221=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5DD is #3D2A22. Grayscale: #D0D0D0. Windows color (decimal): -4008483 or 14538178. OLE color: 14538178.

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

Color convert

RGB 194 213 221 -
CMYK 0.12 0.04 0 0.13
HSL 197.78º 0.28% 0.81% -
HSV(B) 197.78º 0.12% 0.87% -
XYZ 59.09 64.28 77.7 -
YUV 208.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 194 213 221 0.12 0.04 0 0.13 197.78 0.28 0.81
Hex C2 D5 DD C 4 0 D C6 1C 51
Octal 302 325 335 14 4 0 15 306 34 121
Binary 11000010 11010101 11011101 1100 100 0 1101 11000110 11100 1010001

Color Harmonies of #C2D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D5DD

Black with #C2D5DD

Text Example


Text Example

White with #C2D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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