Html Css Color HEX #C2D8CD Aero Blue

📋 copy color: '#C2D8CD'

red 194 ◦ green 216 ◦ blue 205

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

Shades of Aero Blue #C2D8CD

Tints of Aero Blue #C2D8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 31.54%
G = 35.12%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C2D8CD (or 0xC2D8CD) is known color: Aero Blue. HEX triplet: C2, D8 and CD. RGB value is (194,216,205). Sum of RGB (Red+Green+Blue) = 194+216+205=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8CD is #3D2732. Grayscale: #D0D0D0. Windows color (decimal): -4007731 or 13490370. OLE color: 13490370.

HSL color Cylindrical-coordinate representation of color #C2D8CD: hue angle of 150º 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 #C2D8CD is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 205 -
CMYK 0.10 0 0.05 0.15
HSL 150º 0.22% 0.8% -
HSV(B) 150º 0.1% 0.85% -
XYZ 57.82 64.99 67.25 -
YUV 208.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 194 216 205 0.10 0 0.05 0.15 150 0.22 0.8
Hex C2 D8 CD A 0 5 F 96 16 50
Octal 302 330 315 12 0 5 17 226 26 120
Binary 11000010 11011000 11001101 1010 0 101 1111 10010110 10110 1010000

Color Harmonies of #C2D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8CD

Black with #C2D8CD

Text Example


Text Example

White with #C2D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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