Html Css Color HEX #C1EFD6 Aero Blue

📋 copy color: '#C1EFD6'

red 193 ◦ green 239 ◦ blue 214

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

Shades of Aero Blue #C1EFD6

Tints of Aero Blue #C1EFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.13%

R = 29.88%
G = 37%
B = 33.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#C1EFD6 (or 0xC1EFD6) is known color: Aero Blue. HEX triplet: C1, EF and D6. RGB value is (193,239,214). Sum of RGB (Red+Green+Blue) = 193+239+214=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EFD6 is #3E1029. Grayscale: #DEDEDE. Windows color (decimal): -4067370 or 14086081. OLE color: 14086081.

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

Color convert

RGB 193 239 214 -
CMYK 0.19 0 0.10 0.06
HSL 147.39º 0.59% 0.85% -
HSV(B) 147.39º 0.19% 0.94% -
XYZ 65 77.93 75.23 -
YUV 222.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 193 239 214 0.19 0 0.10 0.06 147.39 0.59 0.85
Hex C1 EF D6 13 0 A 6 93 3B 55
Octal 301 357 326 23 0 12 6 223 73 125
Binary 11000001 11101111 11010110 10011 0 1010 110 10010011 111011 1010101

Color Harmonies of #C1EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EFD6

Black with #C1EFD6

Text Example


Text Example

White with #C1EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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