Html Css Color HEX #75C5EF Maya Blue

📋 copy color: '#75C5EF'

red 117 ◦ green 197 ◦ blue 239

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

Shades of Maya Blue #75C5EF

Tints of Maya Blue #75C5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.62%

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 21.16%
G = 35.62%
B = 43.22%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#75C5EF (or 0x75C5EF) is known color: Maya Blue. HEX triplet: 75, C5 and EF. RGB value is (117,197,239). Sum of RGB (Red+Green+Blue) = 117+197+239=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #75C5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C5EF is #8A3A10. Grayscale: #B1B1B1. Windows color (decimal): -9058833 or 15713653. OLE color: 15713653.

HSL color Cylindrical-coordinate representation of color #75C5EF: hue angle of 200.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C5EF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 197 239 -
CMYK 0.51 0.18 0 0.06
HSL 200.66º 0.79% 0.7% -
HSV(B) 200.66º 0.51% 0.94% -
XYZ 42.88 49.95 89.04 -
YUV 177.87 162.5 84.58 -
System Red Green Blue C M Y K H S L
Decimal 117 197 239 0.51 0.18 0 0.06 200.66 0.79 0.7
Hex 75 C5 EF 33 12 0 6 C9 4F 46
Octal 165 305 357 63 22 0 6 311 117 106
Binary 1110101 11000101 11101111 110011 10010 0 110 11001001 1001111 1000110

Color Harmonies of #75C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C5EF

Black with #75C5EF

Text Example


Text Example

White with #75C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,239); }

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

background-color css

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

 a { background-color: rgb(117,197,239); }

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

border-color css

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

 span { border-color: rgb(117,197,239); }

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