Html Css Color HEX #75BAFF Maya Blue

📋 copy color: '#75BAFF'

red 117 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #75BAFF

Tints of Maya Blue #75BAFF

RGB

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

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

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

R = 20.97%
G = 33.33%
B = 45.7%

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

#75BAFF (or 0x75BAFF) is known color: Maya Blue. HEX triplet: 75, BA and FF. RGB value is (117,186,255). Sum of RGB (Red+Green+Blue) = 117+186+255=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BAFF is #8A4500. Grayscale: #ACACAC. Windows color (decimal): -9061633 or 16759413. OLE color: 16759413.

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

Color convert

RGB 117 186 255 -
CMYK 0.54 0.27 0 0
HSL 210º 1% 0.73% -
HSV(B) 210º 0.54% 1% -
XYZ 42.95 46.12 101.25 -
YUV 173.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 117 186 255 0.54 0.27 0 0 210 1 0.73
Hex 75 BA FF 36 1B 0 0 D2 64 49
Octal 165 272 377 66 33 0 0 322 144 111
Binary 1110101 10111010 11111111 110110 11011 0 0 11010010 1100100 1001001

Color Harmonies of #75BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAFF

Black with #75BAFF

Text Example


Text Example

White with #75BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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