Html Css Color HEX #75BAF1 Maya Blue

📋 copy color: '#75BAF1'

red 117 ◦ green 186 ◦ blue 241

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

Shades of Maya Blue #75BAF1

Tints of Maya Blue #75BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 21.51%
G = 34.19%
B = 44.3%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#75BAF1 (or 0x75BAF1) is known color: Maya Blue. HEX triplet: 75, BA and F1. RGB value is (117,186,241). Sum of RGB (Red+Green+Blue) = 117+186+241=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #75BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BAF1 is #8A450E. Grayscale: #ABABAB. Windows color (decimal): -9061647 or 15841909. OLE color: 15841909.

HSL color Cylindrical-coordinate representation of color #75BAF1: hue angle of 206.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75BAF1 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 186 241 -
CMYK 0.51 0.23 0 0.05
HSL 206.61º 0.82% 0.7% -
HSV(B) 206.61º 0.51% 0.95% -
XYZ 40.77 45.25 89.8 -
YUV 171.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 117 186 241 0.51 0.23 0 0.05 206.61 0.82 0.7
Hex 75 BA F1 33 17 0 5 CF 52 46
Octal 165 272 361 63 27 0 5 317 122 106
Binary 1110101 10111010 11110001 110011 10111 0 101 11001111 1010010 1000110

Color Harmonies of #75BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAF1

Black with #75BAF1

Text Example


Text Example

White with #75BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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