Html Css Color HEX #75BCF1 Maya Blue

📋 copy color: '#75BCF1'

red 117 ◦ green 188 ◦ blue 241

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

Shades of Maya Blue #75BCF1

Tints of Maya Blue #75BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

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

R = 21.43%
G = 34.43%
B = 44.14%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#75BCF1 (or 0x75BCF1) is known color: Maya Blue. HEX triplet: 75, BC and F1. RGB value is (117,188,241). Sum of RGB (Red+Green+Blue) = 117+188+241=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #75BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BCF1 is #8A430E. Grayscale: #ACACAC. Windows color (decimal): -9061135 or 15842421. OLE color: 15842421.

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

Color convert

RGB 117 188 241 -
CMYK 0.51 0.22 0 0.05
HSL 205.65º 0.82% 0.7% -
HSV(B) 205.65º 0.51% 0.95% -
XYZ 41.2 46.1 89.95 -
YUV 172.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 117 188 241 0.51 0.22 0 0.05 205.65 0.82 0.7
Hex 75 BC F1 33 16 0 5 CE 52 46
Octal 165 274 361 63 26 0 5 316 122 106
Binary 1110101 10111100 11110001 110011 10110 0 101 11001110 1010010 1000110

Color Harmonies of #75BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCF1

Black with #75BCF1

Text Example


Text Example

White with #75BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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