Html Css Color HEX #C2D8CC Aero Blue

📋 copy color: '#C2D8CC'

red 194 ◦ green 216 ◦ blue 204

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

Shades of Aero Blue #C2D8CC

Tints of Aero Blue #C2D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.18%

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 31.6%
G = 35.18%
B = 33.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C2D8CC (or 0xC2D8CC) is known color: Aero Blue. HEX triplet: C2, D8 and CC. RGB value is (194,216,204). Sum of RGB (Red+Green+Blue) = 194+216+204=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8CC is #3D2733. Grayscale: #D0D0D0. Windows color (decimal): -4007732 or 13424834. OLE color: 13424834.

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

Color convert

RGB 194 216 204 -
CMYK 0.10 0 0.06 0.15
HSL 147.27º 0.22% 0.8% -
HSV(B) 147.27º 0.1% 0.85% -
XYZ 57.7 64.94 66.62 -
YUV 208.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 194 216 204 0.10 0 0.06 0.15 147.27 0.22 0.8
Hex C2 D8 CC A 0 6 F 93 16 50
Octal 302 330 314 12 0 6 17 223 26 120
Binary 11000010 11011000 11001100 1010 0 110 1111 10010011 10110 1010000

Color Harmonies of #C2D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8CC

Black with #C2D8CC

Text Example


Text Example

White with #C2D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8CC; }

 p { color: rgb(194,216,204); }

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

background-color css

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

 a { background-color: rgb(194,216,204); }

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

border-color css

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

 span { border-color: rgb(194,216,204); }

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