Html Css Color HEX #C1FADB Aero Blue

📋 copy color: '#C1FADB'

red 193 ◦ green 250 ◦ blue 219

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

Shades of Aero Blue #C1FADB

Tints of Aero Blue #C1FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.08%

R = 29.15%
G = 37.76%
B = 33.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C1FADB (or 0xC1FADB) is known color: Aero Blue. HEX triplet: C1, FA and DB. RGB value is (193,250,219). Sum of RGB (Red+Green+Blue) = 193+250+219=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FADB is #3E0524. Grayscale: #E5E5E5. Windows color (decimal): -4064549 or 14416577. OLE color: 14416577.

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

Color convert

RGB 193 250 219 -
CMYK 0.23 0 0.12 0.02
HSL 147.37º 0.85% 0.87% -
HSV(B) 147.37º 0.23% 0.98% -
XYZ 68.96 84.82 79.76 -
YUV 229.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 193 250 219 0.23 0 0.12 0.02 147.37 0.85 0.87
Hex C1 FA DB 17 0 C 2 93 55 57
Octal 301 372 333 27 0 14 2 223 125 127
Binary 11000001 11111010 11011011 10111 0 1100 10 10010011 1010101 1010111

Color Harmonies of #C1FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FADB

Black with #C1FADB

Text Example


Text Example

White with #C1FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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