Html Css Color HEX #5BCDFC Maya Blue

📋 copy color: '#5BCDFC'

red 91 ◦ green 205 ◦ blue 252

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

Shades of Maya Blue #5BCDFC

Tints of Maya Blue #5BCDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.41%

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

R = 16.61%
G = 37.41%
B = 45.99%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BCDFC (or 0x5BCDFC) is known color: Maya Blue. HEX triplet: 5B, CD and FC. RGB value is (91,205,252). Sum of RGB (Red+Green+Blue) = 91+205+252=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BCDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDFC is #A43203. Grayscale: #AFAFAF. Windows color (decimal): -10760708 or 16567643. OLE color: 16567643.

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

Color convert

RGB 91 205 252 -
CMYK 0.64 0.19 0 0.01
HSL 197.52º 0.96% 0.67% -
HSV(B) 197.52º 0.64% 0.99% -
XYZ 43.72 52.92 100.01 -
YUV 176.27 170.73 67.18 -
System Red Green Blue C M Y K H S L
Decimal 91 205 252 0.64 0.19 0 0.01 197.52 0.96 0.67
Hex 5B CD FC 40 13 0 1 C6 60 43
Octal 133 315 374 100 23 0 1 306 140 103
Binary 1011011 11001101 11111100 1000000 10011 0 1 11000110 1100000 1000011

Color Harmonies of #5BCDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDFC

Black with #5BCDFC

Text Example


Text Example

White with #5BCDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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