Html Css Color HEX #C8EDDB Aero Blue

📋 copy color: '#C8EDDB'

red 200 ◦ green 237 ◦ blue 219

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

Shades of Aero Blue #C8EDDB

Tints of Aero Blue #C8EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 30.49%
G = 36.13%
B = 33.38%

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

#C8EDDB (or 0xC8EDDB) is known color: Aero Blue. HEX triplet: C8, ED and DB. RGB value is (200,237,219). Sum of RGB (Red+Green+Blue) = 200+237+219=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDB is #371224. Grayscale: #DFDFDF. Windows color (decimal): -3609125 or 14413256. OLE color: 14413256.

HSL color Cylindrical-coordinate representation of color #C8EDDB: hue angle of 150.81º degrees, saturation: 0.51, 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 #C8EDDB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 237 219 -
CMYK 0.16 0 0.08 0.07
HSL 150.81º 0.51% 0.86% -
HSV(B) 150.81º 0.16% 0.93% -
XYZ 66.89 77.96 78.54 -
YUV 223.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 200 237 219 0.16 0 0.08 0.07 150.81 0.51 0.86
Hex C8 ED DB 10 0 8 7 97 33 56
Octal 310 355 333 20 0 10 7 227 63 126
Binary 11001000 11101101 11011011 10000 0 1000 111 10010111 110011 1010110

Color Harmonies of #C8EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDDB

Black with #C8EDDB

Text Example


Text Example

White with #C8EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDDB; }

 p { color: rgb(200,237,219); }

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

background-color css

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

 a { background-color: rgb(200,237,219); }

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

border-color css

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

 span { border-color: rgb(200,237,219); }

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