Html Css Color HEX #75BBFE Maya Blue

📋 copy color: '#75BBFE'

red 117 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #75BBFE

Tints of Maya Blue #75BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 20.97%
G = 33.51%
B = 45.52%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75BBFE (or 0x75BBFE) is known color: Maya Blue. HEX triplet: 75, BB and FE. RGB value is (117,187,254). Sum of RGB (Red+Green+Blue) = 117+187+254=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BBFE is #8A4401. Grayscale: #ADADAD. Windows color (decimal): -9061378 or 16694133. OLE color: 16694133.

HSL color Cylindrical-coordinate representation of color #75BBFE: hue angle of 209.34º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BBFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 187 254 -
CMYK 0.54 0.26 0 0.00
HSL 209.34º 0.99% 0.73% -
HSV(B) 209.34º 0.54% 1% -
XYZ 43 46.48 100.47 -
YUV 173.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 117 187 254 0.54 0.26 0 0.00 209.34 0.99 0.73
Hex 75 BB FE 36 1A 0 0 D1 63 49
Octal 165 273 376 66 32 0 0 321 143 111
Binary 1110101 10111011 11111110 110110 11010 0 0 11010001 1100011 1001001

Color Harmonies of #75BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBFE

Black with #75BBFE

Text Example


Text Example

White with #75BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,187,254); }

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

background-color css

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

 a { background-color: rgb(117,187,254); }

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

border-color css

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

 span { border-color: rgb(117,187,254); }

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