Html Css Color HEX #C2EBD3 Aero Blue

📋 copy color: '#C2EBD3'

red 194 ◦ green 235 ◦ blue 211

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

Shades of Aero Blue #C2EBD3

Tints of Aero Blue #C2EBD3

RGB

 RED value IS 194 (76.17% from 255) = 30.31%

 GREEN value IS 235 (92.19% from 255) = 36.72%

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 30.31%
G = 36.72%
B = 32.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#C2EBD3 (or 0xC2EBD3) is known color: Aero Blue. HEX triplet: C2, EB and D3. RGB value is (194,235,211). Sum of RGB (Red+Green+Blue) = 194+235+211=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBD3 is #3D142C. Grayscale: #DCDCDC. Windows color (decimal): -4002861 or 13888450. OLE color: 13888450.

HSL color Cylindrical-coordinate representation of color #C2EBD3: hue angle of 144.88º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBD3 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 211 -
CMYK 0.17 0 0.10 0.08
HSL 144.88º 0.51% 0.84% -
HSV(B) 144.88º 0.17% 0.92% -
XYZ 63.71 75.59 72.86 -
YUV 220.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 194 235 211 0.17 0 0.10 0.08 144.88 0.51 0.84
Hex C2 EB D3 11 0 A 8 91 33 54
Octal 302 353 323 21 0 12 10 221 63 124
Binary 11000010 11101011 11010011 10001 0 1010 1000 10010001 110011 1010100

Color Harmonies of #C2EBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBD3

Black with #C2EBD3

Text Example


Text Example

White with #C2EBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBD3; }

 p { color: rgb(194,235,211); }

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

background-color css

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

 a { background-color: rgb(194,235,211); }

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

border-color css

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

 span { border-color: rgb(194,235,211); }

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