Html Css Color HEX #C7EEDA Aero Blue

📋 copy color: '#C7EEDA'

red 199 ◦ green 238 ◦ blue 218

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

Shades of Aero Blue #C7EEDA

Tints of Aero Blue #C7EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.34%

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

R = 30.38%
G = 36.34%
B = 33.28%

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

#C7EEDA (or 0xC7EEDA) is known color: Aero Blue. HEX triplet: C7, EE and DA. RGB value is (199,238,218). Sum of RGB (Red+Green+Blue) = 199+238+218=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EEDA is #381125. Grayscale: #E0E0E0. Windows color (decimal): -3674406 or 14347975. OLE color: 14347975.

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

Color convert

RGB 199 238 218 -
CMYK 0.16 0 0.08 0.07
HSL 149.23º 0.53% 0.86% -
HSV(B) 149.23º 0.16% 0.93% -
XYZ 66.78 78.35 77.93 -
YUV 224.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 199 238 218 0.16 0 0.08 0.07 149.23 0.53 0.86
Hex C7 EE DA 10 0 8 7 95 35 56
Octal 307 356 332 20 0 10 7 225 65 126
Binary 11000111 11101110 11011010 10000 0 1000 111 10010101 110101 1010110

Color Harmonies of #C7EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EEDA

Black with #C7EEDA

Text Example


Text Example

White with #C7EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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