Html Css Color HEX #C1FCDC Aero Blue

📋 copy color: '#C1FCDC'

red 193 ◦ green 252 ◦ blue 220

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

Shades of Aero Blue #C1FCDC

Tints of Aero Blue #C1FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.89%

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

R = 29.02%
G = 37.89%
B = 33.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#C1FCDC (or 0xC1FCDC) is known color: Aero Blue. HEX triplet: C1, FC and DC. RGB value is (193,252,220). Sum of RGB (Red+Green+Blue) = 193+252+220=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCDC is #3E0323. Grayscale: #E6E6E6. Windows color (decimal): -4064036 or 14482625. OLE color: 14482625.

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

Color convert

RGB 193 252 220 -
CMYK 0.23 0 0.13 0.01
HSL 147.46º 0.91% 0.87% -
HSV(B) 147.46º 0.23% 0.99% -
XYZ 69.72 86.13 80.66 -
YUV 230.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 193 252 220 0.23 0 0.13 0.01 147.46 0.91 0.87
Hex C1 FC DC 17 0 D 1 93 5B 57
Octal 301 374 334 27 0 15 1 223 133 127
Binary 11000001 11111100 11011100 10111 0 1101 1 10010011 1011011 1010111

Color Harmonies of #C1FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FCDC

Black with #C1FCDC

Text Example


Text Example

White with #C1FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FCDC; }

 p { color: rgb(193,252,220); }

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

background-color css

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

 a { background-color: rgb(193,252,220); }

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

border-color css

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

 span { border-color: rgb(193,252,220); }

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