Html Css Color HEX #C1EFDA Aero Blue

📋 copy color: '#C1EFDA'

red 193 ◦ green 239 ◦ blue 218

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

Shades of Aero Blue #C1EFDA

Tints of Aero Blue #C1EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

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

R = 29.69%
G = 36.77%
B = 33.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#C1EFDA (or 0xC1EFDA) is known color: Aero Blue. HEX triplet: C1, EF and DA. RGB value is (193,239,218). Sum of RGB (Red+Green+Blue) = 193+239+218=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EFDA is #3E1025. Grayscale: #DEDEDE. Windows color (decimal): -4067366 or 14348225. OLE color: 14348225.

HSL color Cylindrical-coordinate representation of color #C1EFDA: hue angle of 152.61º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EFDA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 239 218 -
CMYK 0.19 0 0.09 0.06
HSL 152.61º 0.59% 0.85% -
HSV(B) 152.61º 0.19% 0.94% -
XYZ 65.51 78.13 77.96 -
YUV 222.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 193 239 218 0.19 0 0.09 0.06 152.61 0.59 0.85
Hex C1 EF DA 13 0 9 6 99 3B 55
Octal 301 357 332 23 0 11 6 231 73 125
Binary 11000001 11101111 11011010 10011 0 1001 110 10011001 111011 1010101

Color Harmonies of #C1EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EFDA

Black with #C1EFDA

Text Example


Text Example

White with #C1EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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