Html Css Color HEX #C1FEDE Aero Blue

📋 copy color: '#C1FEDE'

red 193 ◦ green 254 ◦ blue 222

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

Shades of Aero Blue #C1FEDE

Tints of Aero Blue #C1FEDE

RGB

 RED value IS 193 (75.78% from 255) = 28.85%

 GREEN value IS 254 (99.61% from 255) = 37.97%

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 28.85%
G = 37.97%
B = 33.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#C1FEDE (or 0xC1FEDE) is known color: Aero Blue. HEX triplet: C1, FE and DE. RGB value is (193,254,222). Sum of RGB (Red+Green+Blue) = 193+254+222=669 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.85% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEDE is #3E0121. Grayscale: #E8E8E8. Windows color (decimal): -4063522 or 14614209. OLE color: 14614209.

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

Color convert

RGB 193 254 222 -
CMYK 0.24 0 0.13 0.00
HSL 148.52º 0.97% 0.88% -
HSV(B) 148.52º 0.24% 1% -
XYZ 70.62 87.5 82.27 -
YUV 232.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 193 254 222 0.24 0 0.13 0.00 148.52 0.97 0.88
Hex C1 FE DE 18 0 D 0 95 61 58
Octal 301 376 336 30 0 15 0 225 141 130
Binary 11000001 11111110 11011110 11000 0 1101 0 10010101 1100001 1011000

Color Harmonies of #C1FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FEDE

Black with #C1FEDE

Text Example


Text Example

White with #C1FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FEDE; }

 p { color: rgb(193,254,222); }

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

background-color css

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

 a { background-color: rgb(193,254,222); }

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

border-color css

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

 span { border-color: rgb(193,254,222); }

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