Html Css Color HEX #5FD3FD Maya Blue

📋 copy color: '#5FD3FD'

red 95 ◦ green 211 ◦ blue 253

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

Shades of Maya Blue #5FD3FD

Tints of Maya Blue #5FD3FD

RGB

 RED value IS 95 (37.5% from 255) = 16.99%

 GREEN value IS 211 (82.81% from 255) = 37.75%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 16.99%
G = 37.75%
B = 45.26%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FD3FD (or 0x5FD3FD) is known color: Maya Blue. HEX triplet: 5F, D3 and FD. RGB value is (95,211,253). Sum of RGB (Red+Green+Blue) = 95+211+253=559 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.99% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FD3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD3FD is #A02C02. Grayscale: #B4B4B4. Windows color (decimal): -10497027 or 16634719. OLE color: 16634719.

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

Color convert

RGB 95 211 253 -
CMYK 0.62 0.17 0 0.01
HSL 195.95º 0.98% 0.68% -
HSV(B) 195.95º 0.62% 0.99% -
XYZ 45.74 56.11 101.35 -
YUV 181.1 168.57 66.58 -
System Red Green Blue C M Y K H S L
Decimal 95 211 253 0.62 0.17 0 0.01 195.95 0.98 0.68
Hex 5F D3 FD 3E 11 0 1 C4 62 44
Octal 137 323 375 76 21 0 1 304 142 104
Binary 1011111 11010011 11111101 111110 10001 0 1 11000100 1100010 1000100

Color Harmonies of #5FD3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD3FD

Black with #5FD3FD

Text Example


Text Example

White with #5FD3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,211,253); }

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

background-color css

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

 a { background-color: rgb(95,211,253); }

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

border-color css

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

 span { border-color: rgb(95,211,253); }

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