Html Css Color HEX #C1FAD7 Aero Blue

📋 copy color: '#C1FAD7'

red 193 ◦ green 250 ◦ blue 215

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

Shades of Aero Blue #C1FAD7

Tints of Aero Blue #C1FAD7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.99%

 BLUE value IS 215 (84.38% from 255) = 32.67%

R = 29.33%
G = 37.99%
B = 32.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#C1FAD7 (or 0xC1FAD7) is known color: Aero Blue. HEX triplet: C1, FA and D7. RGB value is (193,250,215). Sum of RGB (Red+Green+Blue) = 193+250+215=658 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.33% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FAD7 is #3E0528. Grayscale: #E5E5E5. Windows color (decimal): -4064553 or 14154433. OLE color: 14154433.

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

Color convert

RGB 193 250 215 -
CMYK 0.23 0 0.14 0.02
HSL 143.16º 0.85% 0.87% -
HSV(B) 143.16º 0.23% 0.98% -
XYZ 68.44 84.61 77.01 -
YUV 228.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 193 250 215 0.23 0 0.14 0.02 143.16 0.85 0.87
Hex C1 FA D7 17 0 E 2 8F 55 57
Octal 301 372 327 27 0 16 2 217 125 127
Binary 11000001 11111010 11010111 10111 0 1110 10 10001111 1010101 1010111

Color Harmonies of #C1FAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FAD7

Black with #C1FAD7

Text Example


Text Example

White with #C1FAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FAD7; }

 p { color: rgb(193,250,215); }

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

background-color css

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

 a { background-color: rgb(193,250,215); }

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

border-color css

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

 span { border-color: rgb(193,250,215); }

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