Html Css Color HEX #C2DCCF Aero Blue

📋 copy color: '#C2DCCF'

red 194 ◦ green 220 ◦ blue 207

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

Shades of Aero Blue #C2DCCF

Tints of Aero Blue #C2DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.43%

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

R = 31.24%
G = 35.43%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C2DCCF (or 0xC2DCCF) is known color: Aero Blue. HEX triplet: C2, DC and CF. RGB value is (194,220,207). Sum of RGB (Red+Green+Blue) = 194+220+207=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCF is #3D2330. Grayscale: #D2D2D2. Windows color (decimal): -4006705 or 13622466. OLE color: 13622466.

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

Color convert

RGB 194 220 207 -
CMYK 0.12 0 0.06 0.14
HSL 150º 0.27% 0.81% -
HSV(B) 150º 0.12% 0.86% -
XYZ 59.1 67.16 68.88 -
YUV 210.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 194 220 207 0.12 0 0.06 0.14 150 0.27 0.81
Hex C2 DC CF C 0 6 E 96 1B 51
Octal 302 334 317 14 0 6 16 226 33 121
Binary 11000010 11011100 11001111 1100 0 110 1110 10010110 11011 1010001

Color Harmonies of #C2DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCCF

Black with #C2DCCF

Text Example


Text Example

White with #C2DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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