Html Css Color HEX #5BBAFD Maya Blue

📋 copy color: '#5BBAFD'

red 91 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #5BBAFD

Tints of Maya Blue #5BBAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 17.17%
G = 35.09%
B = 47.74%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BBAFD (or 0x5BBAFD) is known color: Maya Blue. HEX triplet: 5B, BA and FD. RGB value is (91,186,253). Sum of RGB (Red+Green+Blue) = 91+186+253=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAFD is #A44502. Grayscale: #A4A4A4. Windows color (decimal): -10765571 or 16628315. OLE color: 16628315.

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

Color convert

RGB 91 186 253 -
CMYK 0.64 0.26 0 0.01
HSL 204.81º 0.98% 0.67% -
HSV(B) 204.81º 0.64% 0.99% -
XYZ 39.6 44.43 99.42 -
YUV 165.23 177.53 75.05 -
System Red Green Blue C M Y K H S L
Decimal 91 186 253 0.64 0.26 0 0.01 204.81 0.98 0.67
Hex 5B BA FD 40 1A 0 1 CD 62 43
Octal 133 272 375 100 32 0 1 315 142 103
Binary 1011011 10111010 11111101 1000000 11010 0 1 11001101 1100010 1000011

Color Harmonies of #5BBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBAFD

Black with #5BBAFD

Text Example


Text Example

White with #5BBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,186,253); }

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

background-color css

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

 a { background-color: rgb(91,186,253); }

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

border-color css

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

 span { border-color: rgb(91,186,253); }

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