Html Css Color HEX #C2DFCF Aero Blue

📋 copy color: '#C2DFCF'

red 194 ◦ green 223 ◦ blue 207

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

Shades of Aero Blue #C2DFCF

Tints of Aero Blue #C2DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.74%

 BLUE value IS 207 (81.25% from 255) = 33.17%

R = 31.09%
G = 35.74%
B = 33.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C2DFCF (or 0xC2DFCF) is known color: Aero Blue. HEX triplet: C2, DF and CF. RGB value is (194,223,207). Sum of RGB (Red+Green+Blue) = 194+223+207=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCF is #3D2030. Grayscale: #D4D4D4. Windows color (decimal): -4005937 or 13623234. OLE color: 13623234.

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

Color convert

RGB 194 223 207 -
CMYK 0.13 0 0.07 0.13
HSL 146.9º 0.31% 0.82% -
HSV(B) 146.9º 0.13% 0.87% -
XYZ 59.9 68.75 69.14 -
YUV 212.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 194 223 207 0.13 0 0.07 0.13 146.9 0.31 0.82
Hex C2 DF CF D 0 7 D 93 1F 52
Octal 302 337 317 15 0 7 15 223 37 122
Binary 11000010 11011111 11001111 1101 0 111 1101 10010011 11111 1010010

Color Harmonies of #C2DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFCF

Black with #C2DFCF

Text Example


Text Example

White with #C2DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFCF; }

 p { color: rgb(194,223,207); }

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

background-color css

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

 a { background-color: rgb(194,223,207); }

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

border-color css

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

 span { border-color: rgb(194,223,207); }

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