Html Css Color HEX #75BEFF Maya Blue

📋 copy color: '#75BEFF'

red 117 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #75BEFF

Tints of Maya Blue #75BEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 20.82%
G = 33.81%
B = 45.37%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75BEFF (or 0x75BEFF) is known color: Maya Blue. HEX triplet: 75, BE and FF. RGB value is (117,190,255). Sum of RGB (Red+Green+Blue) = 117+190+255=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BEFF is #8A4100. Grayscale: #AFAFAF. Windows color (decimal): -9060609 or 16760437. OLE color: 16760437.

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

Color convert

RGB 117 190 255 -
CMYK 0.54 0.25 0 0
HSL 208.26º 1% 0.73% -
HSV(B) 208.26º 0.54% 1% -
XYZ 43.8 47.83 101.53 -
YUV 175.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 117 190 255 0.54 0.25 0 0 208.26 1 0.73
Hex 75 BE FF 36 19 0 0 D0 64 49
Octal 165 276 377 66 31 0 0 320 144 111
Binary 1110101 10111110 11111111 110110 11001 0 0 11010000 1100100 1001001

Color Harmonies of #75BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEFF

Black with #75BEFF

Text Example


Text Example

White with #75BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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