Html Css Color HEX #C7EDDA Aero Blue

📋 copy color: '#C7EDDA'

red 199 ◦ green 237 ◦ blue 218

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

Shades of Aero Blue #C7EDDA

Tints of Aero Blue #C7EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.24%

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 30.43%
G = 36.24%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C7EDDA (or 0xC7EDDA) is known color: Aero Blue. HEX triplet: C7, ED and DA. RGB value is (199,237,218). Sum of RGB (Red+Green+Blue) = 199+237+218=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDDA is #381225. Grayscale: #DFDFDF. Windows color (decimal): -3674662 or 14347719. OLE color: 14347719.

HSL color Cylindrical-coordinate representation of color #C7EDDA: hue angle of 150º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDDA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 237 218 -
CMYK 0.16 0 0.08 0.07
HSL 150º 0.51% 0.85% -
HSV(B) 150º 0.16% 0.93% -
XYZ 66.49 77.77 77.84 -
YUV 223.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 199 237 218 0.16 0 0.08 0.07 150 0.51 0.85
Hex C7 ED DA 10 0 8 7 96 33 55
Octal 307 355 332 20 0 10 7 226 63 125
Binary 11000111 11101101 11011010 10000 0 1000 111 10010110 110011 1010101

Color Harmonies of #C7EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EDDA

Black with #C7EDDA

Text Example


Text Example

White with #C7EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EDDA; }

 p { color: rgb(199,237,218); }

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

background-color css

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

 a { background-color: rgb(199,237,218); }

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

border-color css

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

 span { border-color: rgb(199,237,218); }

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