Html Css Color HEX #5BD0FC Maya Blue

📋 copy color: '#5BD0FC'

red 91 ◦ green 208 ◦ blue 252

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

Shades of Maya Blue #5BD0FC

Tints of Maya Blue #5BD0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.75%

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

R = 16.52%
G = 37.75%
B = 45.74%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BD0FC (or 0x5BD0FC) is known color: Maya Blue. HEX triplet: 5B, D0 and FC. RGB value is (91,208,252). Sum of RGB (Red+Green+Blue) = 91+208+252=551 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.52% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BD0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD0FC is #A42F03. Grayscale: #B1B1B1. Windows color (decimal): -10759940 or 16568411. OLE color: 16568411.

HSL color Cylindrical-coordinate representation of color #5BD0FC: hue angle of 196.4º 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 #5BD0FC is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 208 252 -
CMYK 0.64 0.17 0 0.01
HSL 196.4º 0.96% 0.67% -
HSV(B) 196.4º 0.64% 0.99% -
XYZ 44.44 54.36 100.25 -
YUV 178.03 169.74 65.92 -
System Red Green Blue C M Y K H S L
Decimal 91 208 252 0.64 0.17 0 0.01 196.4 0.96 0.67
Hex 5B D0 FC 40 11 0 1 C4 60 43
Octal 133 320 374 100 21 0 1 304 140 103
Binary 1011011 11010000 11111100 1000000 10001 0 1 11000100 1100000 1000011

Color Harmonies of #5BD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD0FC

Black with #5BD0FC

Text Example


Text Example

White with #5BD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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