Html Css Color HEX #5FAFFE Maya Blue

📋 copy color: '#5FAFFE'

red 95 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #5FAFFE

Tints of Maya Blue #5FAFFE

RGB

 RED value IS 95 (37.5% from 255) = 18.13%

 GREEN value IS 175 (68.75% from 255) = 33.4%

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

R = 18.13%
G = 33.4%
B = 48.47%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FAFFE (or 0x5FAFFE) is known color: Maya Blue. HEX triplet: 5F, AF and FE. RGB value is (95,175,254). Sum of RGB (Red+Green+Blue) = 95+175+254=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAFFE is #A05001. Grayscale: #9F9F9F. Windows color (decimal): -10506242 or 16691039. OLE color: 16691039.

HSL color Cylindrical-coordinate representation of color #5FAFFE: hue angle of 209.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FAFFE is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 175 254 -
CMYK 0.63 0.31 0 0.00
HSL 209.81º 0.99% 0.68% -
HSV(B) 209.81º 0.63% 1% -
XYZ 37.94 40.25 99.54 -
YUV 160.09 181 81.58 -
System Red Green Blue C M Y K H S L
Decimal 95 175 254 0.63 0.31 0 0.00 209.81 0.99 0.68
Hex 5F AF FE 3F 1F 0 0 D2 63 44
Octal 137 257 376 77 37 0 0 322 143 104
Binary 1011111 10101111 11111110 111111 11111 0 0 11010010 1100011 1000100

Color Harmonies of #5FAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFFE

Black with #5FAFFE

Text Example


Text Example

White with #5FAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAFFE; }

 p { color: rgb(95,175,254); }

 H1.HeaderClassName
 {
   color: #5FAFFE;
 }
 .AnyTagClassName
 {
   color: #5FAFFE;
 }
</style>

background-color css

<style>
 a { background-color: #5FAFFE; }

 a { background-color: rgb(95,175,254); }

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

border-color css

<style>
 span { border-color: #5FAFFE; }

 span { border-color: rgb(95,175,254); }

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