Html Css Color HEX #C7F2DC Aero Blue

📋 copy color: '#C7F2DC'

red 199 ◦ green 242 ◦ blue 220

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

Shades of Aero Blue #C7F2DC

Tints of Aero Blue #C7F2DC

RGB

 RED value IS 199 (78.13% from 255) = 30.11%

 GREEN value IS 242 (94.92% from 255) = 36.61%

 BLUE value IS 220 (86.33% from 255) = 33.28%

R = 30.11%
G = 36.61%
B = 33.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#C7F2DC (or 0xC7F2DC) is known color: Aero Blue. HEX triplet: C7, F2 and DC. RGB value is (199,242,220). Sum of RGB (Red+Green+Blue) = 199+242+220=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F2DC is #380D23. Grayscale: #E2E2E2. Windows color (decimal): -3673380 or 14480071. OLE color: 14480071.

HSL color Cylindrical-coordinate representation of color #C7F2DC: hue angle of 149.3º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F2DC is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 220 -
CMYK 0.18 0 0.09 0.05
HSL 149.3º 0.62% 0.86% -
HSV(B) 149.3º 0.18% 0.95% -
XYZ 68.22 80.81 79.71 -
YUV 226.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 199 242 220 0.18 0 0.09 0.05 149.3 0.62 0.86
Hex C7 F2 DC 12 0 9 5 95 3E 56
Octal 307 362 334 22 0 11 5 225 76 126
Binary 11000111 11110010 11011100 10010 0 1001 101 10010101 111110 1010110

Color Harmonies of #C7F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2DC

Black with #C7F2DC

Text Example


Text Example

White with #C7F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2DC; }

 p { color: rgb(199,242,220); }

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

background-color css

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

 a { background-color: rgb(199,242,220); }

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

border-color css

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

 span { border-color: rgb(199,242,220); }

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