Html Css Color HEX #C2DBD0 Aero Blue

📋 copy color: '#C2DBD0'

red 194 ◦ green 219 ◦ blue 208

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

Shades of Aero Blue #C2DBD0

Tints of Aero Blue #C2DBD0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

 BLUE value IS 208 (81.64% from 255) = 33.49%

R = 31.24%
G = 35.27%
B = 33.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C2DBD0 (or 0xC2DBD0) is known color: Aero Blue. HEX triplet: C2, DB and D0. RGB value is (194,219,208). Sum of RGB (Red+Green+Blue) = 194+219+208=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBD0 is #3D242F. Grayscale: #D2D2D2. Windows color (decimal): -4006960 or 13687746. OLE color: 13687746.

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

Color convert

RGB 194 219 208 -
CMYK 0.11 0 0.05 0.14
HSL 153.6º 0.26% 0.81% -
HSV(B) 153.6º 0.11% 0.86% -
XYZ 58.96 66.69 69.44 -
YUV 210.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 194 219 208 0.11 0 0.05 0.14 153.6 0.26 0.81
Hex C2 DB D0 B 0 5 E 9A 1A 51
Octal 302 333 320 13 0 5 16 232 32 121
Binary 11000010 11011011 11010000 1011 0 101 1110 10011010 11010 1010001

Color Harmonies of #C2DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBD0

Black with #C2DBD0

Text Example


Text Example

White with #C2DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBD0; }

 p { color: rgb(194,219,208); }

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

background-color css

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

 a { background-color: rgb(194,219,208); }

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

border-color css

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

 span { border-color: rgb(194,219,208); }

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