Html Css Color HEX #5DB2FC Maya Blue

📋 copy color: '#5DB2FC'

red 93 ◦ green 178 ◦ blue 252

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

Shades of Maya Blue #5DB2FC

Tints of Maya Blue #5DB2FC

RGB

 RED value IS 93 (36.72% from 255) = 17.78%

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 17.78%
G = 34.03%
B = 48.18%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DB2FC (or 0x5DB2FC) is known color: Maya Blue. HEX triplet: 5D, B2 and FC. RGB value is (93,178,252). Sum of RGB (Red+Green+Blue) = 93+178+252=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB2FC is #A24D03. Grayscale: #A0A0A0. Windows color (decimal): -10636548 or 16560733. OLE color: 16560733.

HSL color Cylindrical-coordinate representation of color #5DB2FC: hue angle of 207.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB2FC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 178 252 -
CMYK 0.63 0.29 0 0.01
HSL 207.92º 0.96% 0.68% -
HSV(B) 207.92º 0.63% 0.99% -
XYZ 38.01 41.2 98.04 -
YUV 161.02 179.34 79.48 -
System Red Green Blue C M Y K H S L
Decimal 93 178 252 0.63 0.29 0 0.01 207.92 0.96 0.68
Hex 5D B2 FC 3F 1D 0 1 D0 60 44
Octal 135 262 374 77 35 0 1 320 140 104
Binary 1011101 10110010 11111100 111111 11101 0 1 11010000 1100000 1000100

Color Harmonies of #5DB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB2FC

Black with #5DB2FC

Text Example


Text Example

White with #5DB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,178,252); }

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

background-color css

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

 a { background-color: rgb(93,178,252); }

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

border-color css

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

 span { border-color: rgb(93,178,252); }

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