Html Css Color HEX #C0FDDD Aero Blue

📋 copy color: '#C0FDDD'

red 192 ◦ green 253 ◦ blue 221

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

Shades of Aero Blue #C0FDDD

Tints of Aero Blue #C0FDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

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

R = 28.83%
G = 37.99%
B = 33.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#C0FDDD (or 0xC0FDDD) is known color: Aero Blue. HEX triplet: C0, FD and DD. RGB value is (192,253,221). Sum of RGB (Red+Green+Blue) = 192+253+221=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDDD is #3F0222. Grayscale: #E7E7E7. Windows color (decimal): -4129315 or 14548416. OLE color: 14548416.

HSL color Cylindrical-coordinate representation of color #C0FDDD: hue angle of 148.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 253 221 -
CMYK 0.24 0 0.13 0.01
HSL 148.52º 0.94% 0.87% -
HSV(B) 148.52º 0.24% 0.99% -
XYZ 69.91 86.68 81.45 -
YUV 231.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 192 253 221 0.24 0 0.13 0.01 148.52 0.94 0.87
Hex C0 FD DD 18 0 D 1 95 5E 57
Octal 300 375 335 30 0 15 1 225 136 127
Binary 11000000 11111101 11011101 11000 0 1101 1 10010101 1011110 1010111

Color Harmonies of #C0FDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FDDD

Black with #C0FDDD

Text Example


Text Example

White with #C0FDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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