Html Css Color HEX #75BFF1 Maya Blue

📋 copy color: '#75BFF1'

red 117 ◦ green 191 ◦ blue 241

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

Shades of Maya Blue #75BFF1

Tints of Maya Blue #75BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 34.79%

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

R = 21.31%
G = 34.79%
B = 43.9%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#75BFF1 (or 0x75BFF1) is known color: Maya Blue. HEX triplet: 75, BF and F1. RGB value is (117,191,241). Sum of RGB (Red+Green+Blue) = 117+191+241=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #75BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFF1 is #8A400E. Grayscale: #AEAEAE. Windows color (decimal): -9060367 or 15843189. OLE color: 15843189.

HSL color Cylindrical-coordinate representation of color #75BFF1: hue angle of 204.19º 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 #75BFF1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 191 241 -
CMYK 0.51 0.21 0 0.05
HSL 204.19º 0.82% 0.7% -
HSV(B) 204.19º 0.51% 0.95% -
XYZ 41.84 47.39 90.16 -
YUV 174.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 117 191 241 0.51 0.21 0 0.05 204.19 0.82 0.7
Hex 75 BF F1 33 15 0 5 CC 52 46
Octal 165 277 361 63 25 0 5 314 122 106
Binary 1110101 10111111 11110001 110011 10101 0 101 11001100 1010010 1000110

Color Harmonies of #75BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFF1

Black with #75BFF1

Text Example


Text Example

White with #75BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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