Html Css Color HEX #5BCBFB Maya Blue

📋 copy color: '#5BCBFB'

red 91 ◦ green 203 ◦ blue 251

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

Shades of Maya Blue #5BCBFB

Tints of Maya Blue #5BCBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.25%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 16.7%
G = 37.25%
B = 46.06%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BCBFB (or 0x5BCBFB) is known color: Maya Blue. HEX triplet: 5B, CB and FB. RGB value is (91,203,251). Sum of RGB (Red+Green+Blue) = 91+203+251=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BCBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBFB is #A43404. Grayscale: #AEAEAE. Windows color (decimal): -10761221 or 16501595. OLE color: 16501595.

HSL color Cylindrical-coordinate representation of color #5BCBFB: hue angle of 198º degrees, saturation: 0.95, 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 #5BCBFB is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 203 251 -
CMYK 0.64 0.19 0 0.02
HSL 198º 0.95% 0.67% -
HSV(B) 198º 0.64% 0.98% -
XYZ 43.08 51.9 99.01 -
YUV 174.98 170.89 68.1 -
System Red Green Blue C M Y K H S L
Decimal 91 203 251 0.64 0.19 0 0.02 198 0.95 0.67
Hex 5B CB FB 40 13 0 2 C6 5F 43
Octal 133 313 373 100 23 0 2 306 137 103
Binary 1011011 11001011 11111011 1000000 10011 0 10 11000110 1011111 1000011

Color Harmonies of #5BCBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBFB

Black with #5BCBFB

Text Example


Text Example

White with #5BCBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,203,251); }

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

background-color css

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

 a { background-color: rgb(91,203,251); }

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

border-color css

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

 span { border-color: rgb(91,203,251); }

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