Html Css Color HEX #C8EADA Aero Blue

📋 copy color: '#C8EADA'

red 200 ◦ green 234 ◦ blue 218

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

Shades of Aero Blue #C8EADA

Tints of Aero Blue #C8EADA

RGB

 RED value IS 200 (78.52% from 255) = 30.67%

 GREEN value IS 234 (91.8% from 255) = 35.89%

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

R = 30.67%
G = 35.89%
B = 33.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#C8EADA (or 0xC8EADA) is known color: Aero Blue. HEX triplet: C8, EA and DA. RGB value is (200,234,218). Sum of RGB (Red+Green+Blue) = 200+234+218=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EADA is #371525. Grayscale: #DEDEDE. Windows color (decimal): -3609894 or 14346952. OLE color: 14346952.

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

Color convert

RGB 200 234 218 -
CMYK 0.15 0 0.07 0.08
HSL 151.76º 0.45% 0.85% -
HSV(B) 151.76º 0.15% 0.92% -
XYZ 65.9 76.19 77.56 -
YUV 222.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 200 234 218 0.15 0 0.07 0.08 151.76 0.45 0.85
Hex C8 EA DA F 0 7 8 98 2D 55
Octal 310 352 332 17 0 7 10 230 55 125
Binary 11001000 11101010 11011010 1111 0 111 1000 10011000 101101 1010101

Color Harmonies of #C8EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EADA

Black with #C8EADA

Text Example


Text Example

White with #C8EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EADA; }

 p { color: rgb(200,234,218); }

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

background-color css

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

 a { background-color: rgb(200,234,218); }

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

border-color css

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

 span { border-color: rgb(200,234,218); }

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