Html Css Color HEX #75BAF0 Maya Blue

📋 copy color: '#75BAF0'

red 117 ◦ green 186 ◦ blue 240

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

Shades of Maya Blue #75BAF0

Tints of Maya Blue #75BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 21.55%
G = 34.25%
B = 44.2%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#75BAF0 (or 0x75BAF0) is known color: Maya Blue. HEX triplet: 75, BA and F0. RGB value is (117,186,240). Sum of RGB (Red+Green+Blue) = 117+186+240=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #75BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BAF0 is #8A450F. Grayscale: #ABABAB. Windows color (decimal): -9061648 or 15776373. OLE color: 15776373.

HSL color Cylindrical-coordinate representation of color #75BAF0: hue angle of 206.34º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75BAF0 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 186 240 -
CMYK 0.51 0.22 0 0.06
HSL 206.34º 0.8% 0.7% -
HSV(B) 206.34º 0.51% 0.94% -
XYZ 40.62 45.19 89.02 -
YUV 171.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 117 186 240 0.51 0.22 0 0.06 206.34 0.8 0.7
Hex 75 BA F0 33 16 0 6 CE 50 46
Octal 165 272 360 63 26 0 6 316 120 106
Binary 1110101 10111010 11110000 110011 10110 0 110 11001110 1010000 1000110

Color Harmonies of #75BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAF0

Black with #75BAF0

Text Example


Text Example

White with #75BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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