Html Css Color HEX #C1EDD4 Aero Blue

📋 copy color: '#C1EDD4'

red 193 ◦ green 237 ◦ blue 212

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

Shades of Aero Blue #C1EDD4

Tints of Aero Blue #C1EDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.92%

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

R = 30.06%
G = 36.92%
B = 33.02%

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

#C1EDD4 (or 0xC1EDD4) is known color: Aero Blue. HEX triplet: C1, ED and D4. RGB value is (193,237,212). Sum of RGB (Red+Green+Blue) = 193+237+212=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDD4 is #3E122B. Grayscale: #DDDDDD. Windows color (decimal): -4067884 or 13954497. OLE color: 13954497.

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

Color convert

RGB 193 237 212 -
CMYK 0.19 0 0.11 0.07
HSL 145.91º 0.55% 0.84% -
HSV(B) 145.91º 0.19% 0.93% -
XYZ 64.16 76.66 73.7 -
YUV 220.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 193 237 212 0.19 0 0.11 0.07 145.91 0.55 0.84
Hex C1 ED D4 13 0 B 7 92 37 54
Octal 301 355 324 23 0 13 7 222 67 124
Binary 11000001 11101101 11010100 10011 0 1011 111 10010010 110111 1010100

Color Harmonies of #C1EDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EDD4

Black with #C1EDD4

Text Example


Text Example

White with #C1EDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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