Html Css Color HEX #C1EED4 Aero Blue

📋 copy color: '#C1EED4'

red 193 ◦ green 238 ◦ blue 212

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

Shades of Aero Blue #C1EED4

Tints of Aero Blue #C1EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.01%

 BLUE value IS 212 (83.2% from 255) = 32.97%

R = 30.02%
G = 37.01%
B = 32.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C1EED4 (or 0xC1EED4) is known color: Aero Blue. HEX triplet: C1, EE and D4. RGB value is (193,238,212). Sum of RGB (Red+Green+Blue) = 193+238+212=643 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.02% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EED4 is #3E112B. Grayscale: #DDDDDD. Windows color (decimal): -4067628 or 13954753. OLE color: 13954753.

HSL color Cylindrical-coordinate representation of color #C1EED4: hue angle of 145.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EED4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 238 212 -
CMYK 0.19 0 0.11 0.07
HSL 145.33º 0.57% 0.85% -
HSV(B) 145.33º 0.19% 0.93% -
XYZ 64.45 77.24 73.8 -
YUV 221.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 193 238 212 0.19 0 0.11 0.07 145.33 0.57 0.85
Hex C1 EE D4 13 0 B 7 91 39 55
Octal 301 356 324 23 0 13 7 221 71 125
Binary 11000001 11101110 11010100 10011 0 1011 111 10010001 111001 1010101

Color Harmonies of #C1EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EED4

Black with #C1EED4

Text Example


Text Example

White with #C1EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EED4; }

 p { color: rgb(193,238,212); }

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

background-color css

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

 a { background-color: rgb(193,238,212); }

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

border-color css

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

 span { border-color: rgb(193,238,212); }

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