Html Css Color HEX #C0F3DB Aero Blue

📋 copy color: '#C0F3DB'

red 192 ◦ green 243 ◦ blue 219

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

Shades of Aero Blue #C0F3DB

Tints of Aero Blue #C0F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.16%

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

R = 29.36%
G = 37.16%
B = 33.49%

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

#C0F3DB (or 0xC0F3DB) is known color: Aero Blue. HEX triplet: C0, F3 and DB. RGB value is (192,243,219). Sum of RGB (Red+Green+Blue) = 192+243+219=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3DB is #3F0C24. Grayscale: #E1E1E1. Windows color (decimal): -4131877 or 14414784. OLE color: 14414784.

HSL color Cylindrical-coordinate representation of color #C0F3DB: hue angle of 151.76º degrees, saturation: 0.68, 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 #C0F3DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 243 219 -
CMYK 0.21 0 0.10 0.05
HSL 151.76º 0.68% 0.85% -
HSV(B) 151.76º 0.21% 0.95% -
XYZ 66.58 80.42 79.03 -
YUV 225.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 192 243 219 0.21 0 0.10 0.05 151.76 0.68 0.85
Hex C0 F3 DB 15 0 A 5 98 44 55
Octal 300 363 333 25 0 12 5 230 104 125
Binary 11000000 11110011 11011011 10101 0 1010 101 10011000 1000100 1010101

Color Harmonies of #C0F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F3DB

Black with #C0F3DB

Text Example


Text Example

White with #C0F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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