Html Css Color HEX #5FD2FC Maya Blue

📋 copy color: '#5FD2FC'

red 95 ◦ green 210 ◦ blue 252

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

Shades of Maya Blue #5FD2FC

Tints of Maya Blue #5FD2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 17.06%
G = 37.7%
B = 45.24%

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

#5FD2FC (or 0x5FD2FC) is known color: Maya Blue. HEX triplet: 5F, D2 and FC. RGB value is (95,210,252). Sum of RGB (Red+Green+Blue) = 95+210+252=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FD2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2FC is #A02D03. Grayscale: #B4B4B4. Windows color (decimal): -10497284 or 16568927. OLE color: 16568927.

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

Color convert

RGB 95 210 252 -
CMYK 0.62 0.17 0 0.01
HSL 196.05º 0.96% 0.68% -
HSV(B) 196.05º 0.62% 0.99% -
XYZ 45.34 55.55 100.43 -
YUV 180.4 168.4 67.08 -
System Red Green Blue C M Y K H S L
Decimal 95 210 252 0.62 0.17 0 0.01 196.05 0.96 0.68
Hex 5F D2 FC 3E 11 0 1 C4 60 44
Octal 137 322 374 76 21 0 1 304 140 104
Binary 1011111 11010010 11111100 111110 10001 0 1 11000100 1100000 1000100

Color Harmonies of #5FD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2FC

Black with #5FD2FC

Text Example


Text Example

White with #5FD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,252); }

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

background-color css

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

 a { background-color: rgb(95,210,252); }

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

border-color css

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

 span { border-color: rgb(95,210,252); }

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