Html Css Color HEX #75C0EC Maya Blue

📋 copy color: '#75C0EC'

red 117 ◦ green 192 ◦ blue 236

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

Shades of Maya Blue #75C0EC

Tints of Maya Blue #75C0EC

RGB

 RED value IS 117 (46.09% from 255) = 21.47%

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 21.47%
G = 35.23%
B = 43.3%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75C0EC (or 0x75C0EC) is known color: Maya Blue. HEX triplet: 75, C0 and EC. RGB value is (117,192,236). Sum of RGB (Red+Green+Blue) = 117+192+236=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #75C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0EC is #8A3F13. Grayscale: #AEAEAE. Windows color (decimal): -9060116 or 15515765. OLE color: 15515765.

HSL color Cylindrical-coordinate representation of color #75C0EC: hue angle of 202.18º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C0EC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 192 236 -
CMYK 0.50 0.19 0 0.07
HSL 202.18º 0.76% 0.69% -
HSV(B) 202.18º 0.5% 0.93% -
XYZ 41.33 47.54 86.35 -
YUV 174.59 162.65 86.92 -
System Red Green Blue C M Y K H S L
Decimal 117 192 236 0.50 0.19 0 0.07 202.18 0.76 0.69
Hex 75 C0 EC 32 13 0 7 CA 4C 45
Octal 165 300 354 62 23 0 7 312 114 105
Binary 1110101 11000000 11101100 110010 10011 0 111 11001010 1001100 1000101

Color Harmonies of #75C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0EC

Black with #75C0EC

Text Example


Text Example

White with #75C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C0EC; }

 p { color: rgb(117,192,236); }

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

background-color css

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

 a { background-color: rgb(117,192,236); }

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

border-color css

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

 span { border-color: rgb(117,192,236); }

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