Html Css Color HEX #C7FFDC Aero Blue

📋 copy color: '#C7FFDC'

red 199 ◦ green 255 ◦ blue 220

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

Shades of Aero Blue #C7FFDC

Tints of Aero Blue #C7FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 37.83%

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

R = 29.53%
G = 37.83%
B = 32.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#C7FFDC (or 0xC7FFDC) is known color: Aero Blue. HEX triplet: C7, FF and DC. RGB value is (199,255,220). Sum of RGB (Red+Green+Blue) = 199+255+220=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFDC is #380023. Grayscale: #EAEAEA. Windows color (decimal): -3670052 or 14483399. OLE color: 14483399.

HSL color Cylindrical-coordinate representation of color #C7FFDC: hue angle of 142.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFDC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 199 255 220 -
CMYK 0.22 0 0.14 0
HSL 142.5º 1% 0.89% -
HSV(B) 142.5º 0.22% 1% -
XYZ 72.23 88.83 81.05 -
YUV 234.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 199 255 220 0.22 0 0.14 0 142.5 1 0.89
Hex C7 FF DC 16 0 E 0 8E 64 59
Octal 307 377 334 26 0 16 0 216 144 131
Binary 11000111 11111111 11011100 10110 0 1110 0 10001110 1100100 1011001

Color Harmonies of #C7FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FFDC

Black with #C7FFDC

Text Example


Text Example

White with #C7FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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