Html Css Color HEX #75BEFE Maya Blue

📋 copy color: '#75BEFE'

red 117 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #75BEFE

Tints of Maya Blue #75BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 20.86%
G = 33.87%
B = 45.28%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75BEFE (or 0x75BEFE) is known color: Maya Blue. HEX triplet: 75, BE and FE. RGB value is (117,190,254). Sum of RGB (Red+Green+Blue) = 117+190+254=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BEFE is #8A4101. Grayscale: #AFAFAF. Windows color (decimal): -9060610 or 16694901. OLE color: 16694901.

HSL color Cylindrical-coordinate representation of color #75BEFE: hue angle of 208.03º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BEFE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 190 254 -
CMYK 0.54 0.25 0 0.00
HSL 208.03º 0.99% 0.73% -
HSV(B) 208.03º 0.54% 1% -
XYZ 43.64 47.76 100.69 -
YUV 175.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 117 190 254 0.54 0.25 0 0.00 208.03 0.99 0.73
Hex 75 BE FE 36 19 0 0 D0 63 49
Octal 165 276 376 66 31 0 0 320 143 111
Binary 1110101 10111110 11111110 110110 11001 0 0 11010000 1100011 1001001

Color Harmonies of #75BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEFE

Black with #75BEFE

Text Example


Text Example

White with #75BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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