Html Css Color HEX #C1EEDA Aero Blue

📋 copy color: '#C1EEDA'

red 193 ◦ green 238 ◦ blue 218

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

Shades of Aero Blue #C1EEDA

Tints of Aero Blue #C1EEDA

RGB

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

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

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

R = 29.74%
G = 36.67%
B = 33.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C1EEDA (or 0xC1EEDA) is known color: Aero Blue. HEX triplet: C1, EE and DA. RGB value is (193,238,218). Sum of RGB (Red+Green+Blue) = 193+238+218=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EEDA is #3E1125. Grayscale: #DEDEDE. Windows color (decimal): -4067622 or 14347969. OLE color: 14347969.

HSL color Cylindrical-coordinate representation of color #C1EEDA: hue angle of 153.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 #C1EEDA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 238 218 -
CMYK 0.19 0 0.08 0.07
HSL 153.33º 0.57% 0.85% -
HSV(B) 153.33º 0.19% 0.93% -
XYZ 65.22 77.55 77.86 -
YUV 222.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 193 238 218 0.19 0 0.08 0.07 153.33 0.57 0.85
Hex C1 EE DA 13 0 8 7 99 39 55
Octal 301 356 332 23 0 10 7 231 71 125
Binary 11000001 11101110 11011010 10011 0 1000 111 10011001 111001 1010101

Color Harmonies of #C1EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EEDA

Black with #C1EEDA

Text Example


Text Example

White with #C1EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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