Html Css Color HEX #C4F0DB Aero Blue

📋 copy color: '#C4F0DB'

red 196 ◦ green 240 ◦ blue 219

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

Shades of Aero Blue #C4F0DB

Tints of Aero Blue #C4F0DB

RGB

 RED value IS 196 (76.95% from 255) = 29.92%

 GREEN value IS 240 (94.14% from 255) = 36.64%

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

R = 29.92%
G = 36.64%
B = 33.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#C4F0DB (or 0xC4F0DB) is known color: Aero Blue. HEX triplet: C4, F0 and DB. RGB value is (196,240,219). Sum of RGB (Red+Green+Blue) = 196+240+219=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0DB is #3B0F24. Grayscale: #E0E0E0. Windows color (decimal): -3870501 or 14414020. OLE color: 14414020.

HSL color Cylindrical-coordinate representation of color #C4F0DB: hue angle of 151.36º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0DB is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 219 -
CMYK 0.18 0 0.09 0.06
HSL 151.36º 0.59% 0.85% -
HSV(B) 151.36º 0.18% 0.94% -
XYZ 66.71 79.17 78.78 -
YUV 224.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 196 240 219 0.18 0 0.09 0.06 151.36 0.59 0.85
Hex C4 F0 DB 12 0 9 6 97 3B 55
Octal 304 360 333 22 0 11 6 227 73 125
Binary 11000100 11110000 11011011 10010 0 1001 110 10010111 111011 1010101

Color Harmonies of #C4F0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F0DB

Black with #C4F0DB

Text Example


Text Example

White with #C4F0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F0DB; }

 p { color: rgb(196,240,219); }

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

background-color css

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

 a { background-color: rgb(196,240,219); }

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

border-color css

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

 span { border-color: rgb(196,240,219); }

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