Html Css Color HEX #5BC2F9 Maya Blue

📋 copy color: '#5BC2F9'

red 91 ◦ green 194 ◦ blue 249

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

Shades of Maya Blue #5BC2F9

Tints of Maya Blue #5BC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.33%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 17.04%
G = 36.33%
B = 46.63%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BC2F9 (or 0x5BC2F9) is known color: Maya Blue. HEX triplet: 5B, C2 and F9. RGB value is (91,194,249). Sum of RGB (Red+Green+Blue) = 91+194+249=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #5BC2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC2F9 is #A43D06. Grayscale: #A9A9A9. Windows color (decimal): -10763527 or 16368219. OLE color: 16368219.

HSL color Cylindrical-coordinate representation of color #5BC2F9: hue angle of 200.89º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BC2F9 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 194 249 -
CMYK 0.63 0.22 0 0.02
HSL 200.89º 0.93% 0.67% -
HSV(B) 200.89º 0.63% 0.98% -
XYZ 40.71 47.65 96.67 -
YUV 169.47 172.88 72.03 -
System Red Green Blue C M Y K H S L
Decimal 91 194 249 0.63 0.22 0 0.02 200.89 0.93 0.67
Hex 5B C2 F9 3F 16 0 2 C9 5D 43
Octal 133 302 371 77 26 0 2 311 135 103
Binary 1011011 11000010 11111001 111111 10110 0 10 11001001 1011101 1000011

Color Harmonies of #5BC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC2F9

Black with #5BC2F9

Text Example


Text Example

White with #5BC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,194,249); }

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

background-color css

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

 a { background-color: rgb(91,194,249); }

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

border-color css

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

 span { border-color: rgb(91,194,249); }

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