Html Css Color HEX #75B9FF Maya Blue

📋 copy color: '#75B9FF'

red 117 ◦ green 185 ◦ blue 255

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

Shades of Maya Blue #75B9FF

Tints of Maya Blue #75B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.21%

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

R = 21.01%
G = 33.21%
B = 45.78%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75B9FF (or 0x75B9FF) is known color: Maya Blue. HEX triplet: 75, B9 and FF. RGB value is (117,185,255). Sum of RGB (Red+Green+Blue) = 117+185+255=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #75B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B9FF is #8A4600. Grayscale: #ACACAC. Windows color (decimal): -9061889 or 16759157. OLE color: 16759157.

HSL color Cylindrical-coordinate representation of color #75B9FF: hue angle of 210.43º 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 #75B9FF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 185 255 -
CMYK 0.54 0.27 0 0
HSL 210.43º 1% 0.73% -
HSV(B) 210.43º 0.54% 1% -
XYZ 42.74 45.7 101.18 -
YUV 172.65 174.47 88.31 -
System Red Green Blue C M Y K H S L
Decimal 117 185 255 0.54 0.27 0 0 210.43 1 0.73
Hex 75 B9 FF 36 1B 0 0 D2 64 49
Octal 165 271 377 66 33 0 0 322 144 111
Binary 1110101 10111001 11111111 110110 11011 0 0 11010010 1100100 1001001

Color Harmonies of #75B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B9FF

Black with #75B9FF

Text Example


Text Example

White with #75B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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