Html Css Color HEX #75BAFE Maya Blue

📋 copy color: '#75BAFE'

red 117 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #75BAFE

Tints of Maya Blue #75BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.39%

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

R = 21.01%
G = 33.39%
B = 45.6%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75BAFE (or 0x75BAFE) is known color: Maya Blue. HEX triplet: 75, BA and FE. RGB value is (117,186,254). Sum of RGB (Red+Green+Blue) = 117+186+254=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BAFE is #8A4501. Grayscale: #ACACAC. Windows color (decimal): -9061634 or 16693877. OLE color: 16693877.

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

Color convert

RGB 117 186 254 -
CMYK 0.54 0.27 0 0.00
HSL 209.78º 0.99% 0.73% -
HSV(B) 209.78º 0.54% 1% -
XYZ 42.78 46.06 100.4 -
YUV 173.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 117 186 254 0.54 0.27 0 0.00 209.78 0.99 0.73
Hex 75 BA FE 36 1B 0 0 D2 63 49
Octal 165 272 376 66 33 0 0 322 143 111
Binary 1110101 10111010 11111110 110110 11011 0 0 11010010 1100011 1001001

Color Harmonies of #75BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAFE

Black with #75BAFE

Text Example


Text Example

White with #75BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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