Html Css Color HEX #5FBDFD Maya Blue

📋 copy color: '#5FBDFD'

red 95 ◦ green 189 ◦ blue 253

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

Shades of Maya Blue #5FBDFD

Tints of Maya Blue #5FBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

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

R = 17.69%
G = 35.2%
B = 47.11%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FBDFD (or 0x5FBDFD) is known color: Maya Blue. HEX triplet: 5F, BD and FD. RGB value is (95,189,253). Sum of RGB (Red+Green+Blue) = 95+189+253=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBDFD is #A04202. Grayscale: #A7A7A7. Windows color (decimal): -10502659 or 16629087. OLE color: 16629087.

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

Color convert

RGB 95 189 253 -
CMYK 0.62 0.25 0 0.01
HSL 204.3º 0.98% 0.68% -
HSV(B) 204.3º 0.62% 0.99% -
XYZ 40.65 45.92 99.65 -
YUV 168.19 175.86 75.8 -
System Red Green Blue C M Y K H S L
Decimal 95 189 253 0.62 0.25 0 0.01 204.3 0.98 0.68
Hex 5F BD FD 3E 19 0 1 CC 62 44
Octal 137 275 375 76 31 0 1 314 142 104
Binary 1011111 10111101 11111101 111110 11001 0 1 11001100 1100010 1000100

Color Harmonies of #5FBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBDFD

Black with #5FBDFD

Text Example


Text Example

White with #5FBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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