Html Css Color HEX #C1EDDA Aero Blue

📋 copy color: '#C1EDDA'

red 193 ◦ green 237 ◦ blue 218

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

Shades of Aero Blue #C1EDDA

Tints of Aero Blue #C1EDDA

RGB

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

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

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

R = 29.78%
G = 36.57%
B = 33.64%

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

#C1EDDA (or 0xC1EDDA) is known color: Aero Blue. HEX triplet: C1, ED and DA. RGB value is (193,237,218). Sum of RGB (Red+Green+Blue) = 193+237+218=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDDA is #3E1225. Grayscale: #DDDDDD. Windows color (decimal): -4067878 or 14347713. OLE color: 14347713.

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

Color convert

RGB 193 237 218 -
CMYK 0.19 0 0.08 0.07
HSL 154.09º 0.55% 0.84% -
HSV(B) 154.09º 0.19% 0.93% -
XYZ 64.93 76.97 77.76 -
YUV 221.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 193 237 218 0.19 0 0.08 0.07 154.09 0.55 0.84
Hex C1 ED DA 13 0 8 7 9A 37 54
Octal 301 355 332 23 0 10 7 232 67 124
Binary 11000001 11101101 11011010 10011 0 1000 111 10011010 110111 1010100

Color Harmonies of #C1EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EDDA

Black with #C1EDDA

Text Example


Text Example

White with #C1EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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