Html Css Color HEX #C3DDD1 Aero Blue

📋 copy color: '#C3DDD1'

red 195 ◦ green 221 ◦ blue 209

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

Shades of Aero Blue #C3DDD1

Tints of Aero Blue #C3DDD1

RGB

 RED value IS 195 (76.56% from 255) = 31.2%

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 209 (82.03% from 255) = 33.44%

R = 31.2%
G = 35.36%
B = 33.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#C3DDD1 (or 0xC3DDD1) is known color: Aero Blue. HEX triplet: C3, DD and D1. RGB value is (195,221,209). Sum of RGB (Red+Green+Blue) = 195+221+209=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDD1 is #3C222E. Grayscale: #D3D3D3. Windows color (decimal): -3940911 or 13753795. OLE color: 13753795.

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

Color convert

RGB 195 221 209 -
CMYK 0.12 0 0.05 0.13
HSL 152.31º 0.28% 0.82% -
HSV(B) 152.31º 0.12% 0.87% -
XYZ 59.87 67.92 70.28 -
YUV 211.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 195 221 209 0.12 0 0.05 0.13 152.31 0.28 0.82
Hex C3 DD D1 C 0 5 D 98 1C 52
Octal 303 335 321 14 0 5 15 230 34 122
Binary 11000011 11011101 11010001 1100 0 101 1101 10011000 11100 1010010

Color Harmonies of #C3DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDD1

Black with #C3DDD1

Text Example


Text Example

White with #C3DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDD1; }

 p { color: rgb(195,221,209); }

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

background-color css

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

 a { background-color: rgb(195,221,209); }

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

border-color css

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

 span { border-color: rgb(195,221,209); }

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