#5FD2FF

Color #5FD2FF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5FD2FF

Tints of Maya Blue #5FD2FF

Color information

#5FD2FF (or 0x5FD2FF) is unknown color: approx Maya Blue. HEX triplet: 5F, D2 and FF. RGB value is (95,210,255). Sum of RGB (Red+Green+Blue) = 95+210+255=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FD2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2FF is #A02D00. Grayscale: #B4B4B4. Windows color (decimal): -10497281 or 16765535. OLE color: 16765535.

HSL color Cylindrical-coordinate representation of color #5FD2FF: hue angle of 196.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FD2FF is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95210255-
CMYK0.630.1800
HSL196.88º100%68.63%-
HSV(B)196.88º62.75%100%-
XYZ45.8255.75102.95-
YUV180.74169.966.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.96%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 255 (100% from 255) = 45.54%
R=16.96%
G=37.5%
B=45.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952102550.630.1800196.8810068.63
Hex5FD2FF3F1200c56445
Octal137322377772200305144105
Binary1011111110100101111111111111110010001100010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FD2FF;
 }
 .AnyTagClassName
 {
   color: #5FD2FF;
 }
</style>
background-color css

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

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

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

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

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

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