Html Css Color HEX #C0EBD5 Aero Blue

📋 copy color: '#C0EBD5'

red 192 ◦ green 235 ◦ blue 213

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

Shades of Aero Blue #C0EBD5

Tints of Aero Blue #C0EBD5

RGB

 RED value IS 192 (75.39% from 255) = 30%

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

 BLUE value IS 213 (83.59% from 255) = 33.28%

R = 30%
G = 36.72%
B = 33.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#C0EBD5 (or 0xC0EBD5) is known color: Aero Blue. HEX triplet: C0, EB and D5. RGB value is (192,235,213). Sum of RGB (Red+Green+Blue) = 192+235+213=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBD5 is #3F142A. Grayscale: #DBDBDB. Windows color (decimal): -4133931 or 14019520. OLE color: 14019520.

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

Color convert

RGB 192 235 213 -
CMYK 0.18 0 0.09 0.08
HSL 149.3º 0.52% 0.84% -
HSV(B) 149.3º 0.18% 0.92% -
XYZ 63.46 75.43 74.17 -
YUV 219.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 192 235 213 0.18 0 0.09 0.08 149.3 0.52 0.84
Hex C0 EB D5 12 0 9 8 95 34 54
Octal 300 353 325 22 0 11 10 225 64 124
Binary 11000000 11101011 11010101 10010 0 1001 1000 10010101 110100 1010100

Color Harmonies of #C0EBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBD5

Black with #C0EBD5

Text Example


Text Example

White with #C0EBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBD5; }

 p { color: rgb(192,235,213); }

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

background-color css

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

 a { background-color: rgb(192,235,213); }

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

border-color css

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

 span { border-color: rgb(192,235,213); }

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