Html Css Color HEX #C8FEDB Aero Blue

📋 copy color: '#C8FEDB'

red 200 ◦ green 254 ◦ blue 219

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

Shades of Aero Blue #C8FEDB

Tints of Aero Blue #C8FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.74%

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

R = 29.72%
G = 37.74%
B = 32.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#C8FEDB (or 0xC8FEDB) is known color: Aero Blue. HEX triplet: C8, FE and DB. RGB value is (200,254,219). Sum of RGB (Red+Green+Blue) = 200+254+219=673 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.72% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FEDB is #370124. Grayscale: #E9E9E9. Windows color (decimal): -3604773 or 14417608. OLE color: 14417608.

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

Color convert

RGB 200 254 219 -
CMYK 0.21 0 0.14 0.00
HSL 141.11º 0.96% 0.89% -
HSV(B) 141.11º 0.21% 1% -
XYZ 72.05 88.28 80.26 -
YUV 233.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 200 254 219 0.21 0 0.14 0.00 141.11 0.96 0.89
Hex C8 FE DB 15 0 E 0 8D 60 59
Octal 310 376 333 25 0 16 0 215 140 131
Binary 11001000 11111110 11011011 10101 0 1110 0 10001101 1100000 1011001

Color Harmonies of #C8FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FEDB

Black with #C8FEDB

Text Example


Text Example

White with #C8FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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