Html Css Color HEX #C0EFD5 Aero Blue

📋 copy color: '#C0EFD5'

red 192 ◦ green 239 ◦ blue 213

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

Shades of Aero Blue #C0EFD5

Tints of Aero Blue #C0EFD5

RGB

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

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

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

R = 29.81%
G = 37.11%
B = 33.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#C0EFD5 (or 0xC0EFD5) is known color: Aero Blue. HEX triplet: C0, EF and D5. RGB value is (192,239,213). Sum of RGB (Red+Green+Blue) = 192+239+213=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFD5 is #3F102A. Grayscale: #DEDEDE. Windows color (decimal): -4132907 or 14020544. OLE color: 14020544.

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

Color convert

RGB 192 239 213 -
CMYK 0.20 0 0.11 0.06
HSL 146.81º 0.59% 0.85% -
HSV(B) 146.81º 0.2% 0.94% -
XYZ 64.61 77.74 74.55 -
YUV 221.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 192 239 213 0.20 0 0.11 0.06 146.81 0.59 0.85
Hex C0 EF D5 14 0 B 6 93 3B 55
Octal 300 357 325 24 0 13 6 223 73 125
Binary 11000000 11101111 11010101 10100 0 1011 110 10010011 111011 1010101

Color Harmonies of #C0EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFD5

Black with #C0EFD5

Text Example


Text Example

White with #C0EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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