Html Css Color HEX #C0FBDC Aero Blue

📋 copy color: '#C0FBDC'

red 192 ◦ green 251 ◦ blue 220

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

Shades of Aero Blue #C0FBDC

Tints of Aero Blue #C0FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

 BLUE value IS 220 (86.33% from 255) = 33.18%

R = 28.96%
G = 37.86%
B = 33.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C0FBDC (or 0xC0FBDC) is known color: Aero Blue. HEX triplet: C0, FB and DC. RGB value is (192,251,220). Sum of RGB (Red+Green+Blue) = 192+251+220=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBDC is #3F0423. Grayscale: #E5E5E5. Windows color (decimal): -4129828 or 14482368. OLE color: 14482368.

HSL color Cylindrical-coordinate representation of color #C0FBDC: hue angle of 148.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBDC is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 251 220 -
CMYK 0.24 0 0.12 0.02
HSL 148.47º 0.88% 0.87% -
HSV(B) 148.47º 0.24% 0.98% -
XYZ 69.15 85.37 80.54 -
YUV 229.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 192 251 220 0.24 0 0.12 0.02 148.47 0.88 0.87
Hex C0 FB DC 18 0 C 2 94 58 57
Octal 300 373 334 30 0 14 2 224 130 127
Binary 11000000 11111011 11011100 11000 0 1100 10 10010100 1011000 1010111

Color Harmonies of #C0FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FBDC

Black with #C0FBDC

Text Example


Text Example

White with #C0FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FBDC; }

 p { color: rgb(192,251,220); }

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

background-color css

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

 a { background-color: rgb(192,251,220); }

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

border-color css

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

 span { border-color: rgb(192,251,220); }

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