Html Css Color HEX #C1FCDA Aero Blue

📋 copy color: '#C1FCDA'

red 193 ◦ green 252 ◦ blue 218

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

Shades of Aero Blue #C1FCDA

Tints of Aero Blue #C1FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.88%

R = 29.11%
G = 38.01%
B = 32.88%

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

#C1FCDA (or 0xC1FCDA) is known color: Aero Blue. HEX triplet: C1, FC and DA. RGB value is (193,252,218). Sum of RGB (Red+Green+Blue) = 193+252+218=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCDA is #3E0325. Grayscale: #E6E6E6. Windows color (decimal): -4064038 or 14351553. OLE color: 14351553.

HSL color Cylindrical-coordinate representation of color #C1FCDA: hue angle of 145.42º 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 #C1FCDA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 252 218 -
CMYK 0.23 0 0.13 0.01
HSL 145.42º 0.91% 0.87% -
HSV(B) 145.42º 0.23% 0.99% -
XYZ 69.46 86.02 79.27 -
YUV 230.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 193 252 218 0.23 0 0.13 0.01 145.42 0.91 0.87
Hex C1 FC DA 17 0 D 1 91 5B 57
Octal 301 374 332 27 0 15 1 221 133 127
Binary 11000001 11111100 11011010 10111 0 1101 1 10010001 1011011 1010111

Color Harmonies of #C1FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FCDA

Black with #C1FCDA

Text Example


Text Example

White with #C1FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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