Html Css Color HEX #75BFFE Maya Blue

📋 copy color: '#75BFFE'

red 117 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #75BFFE

Tints of Maya Blue #75BFFE

RGB

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

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

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

R = 20.82%
G = 33.99%
B = 45.2%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75BFFE (or 0x75BFFE) is known color: Maya Blue. HEX triplet: 75, BF and FE. RGB value is (117,191,254). Sum of RGB (Red+Green+Blue) = 117+191+254=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFFE is #8A4001. Grayscale: #AFAFAF. Windows color (decimal): -9060354 or 16695157. OLE color: 16695157.

HSL color Cylindrical-coordinate representation of color #75BFFE: hue angle of 207.59º 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 #75BFFE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 191 254 -
CMYK 0.54 0.25 0 0.00
HSL 207.59º 0.99% 0.73% -
HSV(B) 207.59º 0.54% 1% -
XYZ 43.86 48.2 100.76 -
YUV 176.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 117 191 254 0.54 0.25 0 0.00 207.59 0.99 0.73
Hex 75 BF FE 36 19 0 0 D0 63 49
Octal 165 277 376 66 31 0 0 320 143 111
Binary 1110101 10111111 11111110 110110 11001 0 0 11010000 1100011 1001001

Color Harmonies of #75BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFFE

Black with #75BFFE

Text Example


Text Example

White with #75BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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