Html Css Color HEX #75B7EC Maya Blue

📋 copy color: '#75B7EC'

red 117 ◦ green 183 ◦ blue 236

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

Shades of Maya Blue #75B7EC

Tints of Maya Blue #75B7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

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

R = 21.83%
G = 34.14%
B = 44.03%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75B7EC (or 0x75B7EC) is known color: Maya Blue. HEX triplet: 75, B7 and EC. RGB value is (117,183,236). Sum of RGB (Red+Green+Blue) = 117+183+236=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #75B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B7EC is #8A4813. Grayscale: #A9A9A9. Windows color (decimal): -9062420 or 15513461. OLE color: 15513461.

HSL color Cylindrical-coordinate representation of color #75B7EC: hue angle of 206.72º 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 #75B7EC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 183 236 -
CMYK 0.50 0.22 0 0.07
HSL 206.72º 0.76% 0.69% -
HSV(B) 206.72º 0.5% 0.93% -
XYZ 39.41 43.71 85.72 -
YUV 169.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 117 183 236 0.50 0.22 0 0.07 206.72 0.76 0.69
Hex 75 B7 EC 32 16 0 7 CF 4C 45
Octal 165 267 354 62 26 0 7 317 114 105
Binary 1110101 10110111 11101100 110010 10110 0 111 11001111 1001100 1000101

Color Harmonies of #75B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B7EC

Black with #75B7EC

Text Example


Text Example

White with #75B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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