Html Css Color HEX #5BB4FA Maya Blue

📋 copy color: '#5BB4FA'

red 91 ◦ green 180 ◦ blue 250

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

Shades of Maya Blue #5BB4FA

Tints of Maya Blue #5BB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 17.47%
G = 34.55%
B = 47.98%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BB4FA (or 0x5BB4FA) is known color: Maya Blue. HEX triplet: 5B, B4 and FA. RGB value is (91,180,250). Sum of RGB (Red+Green+Blue) = 91+180+250=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BB4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB4FA is #A44B05. Grayscale: #A1A1A1. Windows color (decimal): -10767110 or 16430171. OLE color: 16430171.

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

Color convert

RGB 91 180 250 -
CMYK 0.64 0.28 0 0.02
HSL 206.42º 0.94% 0.67% -
HSV(B) 206.42º 0.64% 0.98% -
XYZ 37.89 41.77 96.51 -
YUV 161.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 91 180 250 0.64 0.28 0 0.02 206.42 0.94 0.67
Hex 5B B4 FA 40 1C 0 2 CE 5E 43
Octal 133 264 372 100 34 0 2 316 136 103
Binary 1011011 10110100 11111010 1000000 11100 0 10 11001110 1011110 1000011

Color Harmonies of #5BB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB4FA

Black with #5BB4FA

Text Example


Text Example

White with #5BB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,180,250); }

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

background-color css

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

 a { background-color: rgb(91,180,250); }

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

border-color css

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

 span { border-color: rgb(91,180,250); }

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