Html Css Color HEX #C0F2DB Aero Blue

📋 copy color: '#C0F2DB'

red 192 ◦ green 242 ◦ blue 219

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

Shades of Aero Blue #C0F2DB

Tints of Aero Blue #C0F2DB

RGB

 RED value IS 192 (75.39% from 255) = 29.4%

 GREEN value IS 242 (94.92% from 255) = 37.06%

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

R = 29.4%
G = 37.06%
B = 33.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#C0F2DB (or 0xC0F2DB) is known color: Aero Blue. HEX triplet: C0, F2 and DB. RGB value is (192,242,219). Sum of RGB (Red+Green+Blue) = 192+242+219=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DB is #3F0D24. Grayscale: #E0E0E0. Windows color (decimal): -4132133 or 14414528. OLE color: 14414528.

HSL color Cylindrical-coordinate representation of color #C0F2DB: hue angle of 152.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 219 -
CMYK 0.21 0 0.10 0.05
HSL 152.4º 0.66% 0.85% -
HSV(B) 152.4º 0.21% 0.95% -
XYZ 66.28 79.83 78.93 -
YUV 224.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 192 242 219 0.21 0 0.10 0.05 152.4 0.66 0.85
Hex C0 F2 DB 15 0 A 5 98 42 55
Octal 300 362 333 25 0 12 5 230 102 125
Binary 11000000 11110010 11011011 10101 0 1010 101 10011000 1000010 1010101

Color Harmonies of #C0F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2DB

Black with #C0F2DB

Text Example


Text Example

White with #C0F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2DB; }

 p { color: rgb(192,242,219); }

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

background-color css

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

 a { background-color: rgb(192,242,219); }

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

border-color css

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

 span { border-color: rgb(192,242,219); }

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