Html Css Color HEX #C0FFDD Aero Blue

📋 copy color: '#C0FFDD'

red 192 ◦ green 255 ◦ blue 221

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

Shades of Aero Blue #C0FFDD

Tints of Aero Blue #C0FFDD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.17%

 BLUE value IS 221 (86.72% from 255) = 33.08%

R = 28.74%
G = 38.17%
B = 33.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#C0FFDD (or 0xC0FFDD) is known color: Aero Blue. HEX triplet: C0, FF and DD. RGB value is (192,255,221). Sum of RGB (Red+Green+Blue) = 192+255+221=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDD is #3F0022. Grayscale: #E8E8E8. Windows color (decimal): -4128803 or 14548928. OLE color: 14548928.

HSL color Cylindrical-coordinate representation of color #C0FFDD: hue angle of 147.62º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFDD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 221 -
CMYK 0.25 0 0.13 0
HSL 147.62º 1% 0.88% -
HSV(B) 147.62º 0.25% 1% -
XYZ 70.55 87.95 81.66 -
YUV 232.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 192 255 221 0.25 0 0.13 0 147.62 1 0.88
Hex C0 FF DD 19 0 D 0 94 64 58
Octal 300 377 335 31 0 15 0 224 144 130
Binary 11000000 11111111 11011101 11001 0 1101 0 10010100 1100100 1011000

Color Harmonies of #C0FFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFDD

Black with #C0FFDD

Text Example


Text Example

White with #C0FFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFDD; }

 p { color: rgb(192,255,221); }

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

background-color css

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

 a { background-color: rgb(192,255,221); }

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

border-color css

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

 span { border-color: rgb(192,255,221); }

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