Html Css Color HEX #75B8FF Maya Blue

📋 copy color: '#75B8FF'

red 117 ◦ green 184 ◦ blue 255

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

Shades of Maya Blue #75B8FF

Tints of Maya Blue #75B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.09%

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

R = 21.04%
G = 33.09%
B = 45.86%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75B8FF (or 0x75B8FF) is known color: Maya Blue. HEX triplet: 75, B8 and FF. RGB value is (117,184,255). Sum of RGB (Red+Green+Blue) = 117+184+255=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #75B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B8FF is #8A4700. Grayscale: #ABABAB. Windows color (decimal): -9062145 or 16758901. OLE color: 16758901.

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

Color convert

RGB 117 184 255 -
CMYK 0.54 0.28 0 0
HSL 210.87º 1% 0.73% -
HSV(B) 210.87º 0.54% 1% -
XYZ 42.53 45.28 101.11 -
YUV 172.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 117 184 255 0.54 0.28 0 0 210.87 1 0.73
Hex 75 B8 FF 36 1C 0 0 D3 64 49
Octal 165 270 377 66 34 0 0 323 144 111
Binary 1110101 10111000 11111111 110110 11100 0 0 11010011 1100100 1001001

Color Harmonies of #75B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B8FF

Black with #75B8FF

Text Example


Text Example

White with #75B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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