Html Css Color HEX #75BEF9 Maya Blue

📋 copy color: '#75BEF9'

red 117 ◦ green 190 ◦ blue 249

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

Shades of Maya Blue #75BEF9

Tints of Maya Blue #75BEF9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 249 (97.66% from 255) = 44.78%

R = 21.04%
G = 34.17%
B = 44.78%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75BEF9 (or 0x75BEF9) is known color: Maya Blue. HEX triplet: 75, BE and F9. RGB value is (117,190,249). Sum of RGB (Red+Green+Blue) = 117+190+249=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #75BEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BEF9 is #8A4106. Grayscale: #AEAEAE. Windows color (decimal): -9060615 or 16367221. OLE color: 16367221.

HSL color Cylindrical-coordinate representation of color #75BEF9: hue angle of 206.82º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75BEF9 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 190 249 -
CMYK 0.53 0.24 0 0.02
HSL 206.82º 0.92% 0.72% -
HSV(B) 206.82º 0.53% 0.98% -
XYZ 42.85 47.45 96.52 -
YUV 174.9 169.82 86.7 -
System Red Green Blue C M Y K H S L
Decimal 117 190 249 0.53 0.24 0 0.02 206.82 0.92 0.72
Hex 75 BE F9 35 18 0 2 CF 5C 48
Octal 165 276 371 65 30 0 2 317 134 110
Binary 1110101 10111110 11111001 110101 11000 0 10 11001111 1011100 1001000

Color Harmonies of #75BEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEF9

Black with #75BEF9

Text Example


Text Example

White with #75BEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,249); }

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

background-color css

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

 a { background-color: rgb(117,190,249); }

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

border-color css

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

 span { border-color: rgb(117,190,249); }

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