Html Css Color HEX #5BAFFC Maya Blue

📋 copy color: '#5BAFFC'

red 91 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #5BAFFC

Tints of Maya Blue #5BAFFC

RGB

 RED value IS 91 (35.94% from 255) = 17.57%

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 17.57%
G = 33.78%
B = 48.65%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BAFFC (or 0x5BAFFC) is known color: Maya Blue. HEX triplet: 5B, AF and FC. RGB value is (91,175,252). Sum of RGB (Red+Green+Blue) = 91+175+252=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFFC is #A45003. Grayscale: #9E9E9E. Windows color (decimal): -10768388 or 16559963. OLE color: 16559963.

HSL color Cylindrical-coordinate representation of color #5BAFFC: hue angle of 208.7º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BAFFC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 175 252 -
CMYK 0.64 0.31 0 0.01
HSL 208.7º 0.96% 0.67% -
HSV(B) 208.7º 0.64% 0.99% -
XYZ 37.22 39.91 97.84 -
YUV 158.66 180.67 79.74 -
System Red Green Blue C M Y K H S L
Decimal 91 175 252 0.64 0.31 0 0.01 208.7 0.96 0.67
Hex 5B AF FC 40 1F 0 1 D1 60 43
Octal 133 257 374 100 37 0 1 321 140 103
Binary 1011011 10101111 11111100 1000000 11111 0 1 11010001 1100000 1000011

Color Harmonies of #5BAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFFC

Black with #5BAFFC

Text Example


Text Example

White with #5BAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,252); }

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

background-color css

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

 a { background-color: rgb(91,175,252); }

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

border-color css

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

 span { border-color: rgb(91,175,252); }

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