Html Css Color HEX #5BCDF8 Maya Blue

📋 copy color: '#5BCDF8'

red 91 ◦ green 205 ◦ blue 248

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

Shades of Maya Blue #5BCDF8

Tints of Maya Blue #5BCDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 16.73%
G = 37.68%
B = 45.59%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5BCDF8 (or 0x5BCDF8) is known color: Maya Blue. HEX triplet: 5B, CD and F8. RGB value is (91,205,248). Sum of RGB (Red+Green+Blue) = 91+205+248=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #5BCDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDF8 is #A43207. Grayscale: #AFAFAF. Windows color (decimal): -10760712 or 16305499. OLE color: 16305499.

HSL color Cylindrical-coordinate representation of color #5BCDF8: hue angle of 196.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCDF8 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 91 205 248 -
CMYK 0.63 0.17 0 0.03
HSL 196.43º 0.92% 0.66% -
HSV(B) 196.43º 0.63% 0.97% -
XYZ 43.09 52.66 96.7 -
YUV 175.82 168.73 67.5 -
System Red Green Blue C M Y K H S L
Decimal 91 205 248 0.63 0.17 0 0.03 196.43 0.92 0.66
Hex 5B CD F8 3F 11 0 3 C4 5C 42
Octal 133 315 370 77 21 0 3 304 134 102
Binary 1011011 11001101 11111000 111111 10001 0 11 11000100 1011100 1000010

Color Harmonies of #5BCDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDF8

Black with #5BCDF8

Text Example


Text Example

White with #5BCDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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