#5FADF7

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

Shades of Malibu #5FADF7

Tints of Malibu #5FADF7

Color information

#5FADF7 (or 0x5FADF7) is unknown color: approx Malibu. HEX triplet: 5F, AD and F7. RGB value is (95,173,247). Sum of RGB (Red+Green+Blue) = 95+173+247=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #5FADF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FADF7 is #A05208. Grayscale: #9D9D9D. Windows color (decimal): -10506761 or 16231775. OLE color: 16231775.

HSL color Cylindrical-coordinate representation of color #5FADF7: hue angle of 209.21º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FADF7 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB95173247-
CMYK0.620.3000.03
HSL209.21º90.48%67.06%-
HSV(B)209.21º61.54%96.86%-
XYZ36.4539.0493.61-
YUV158.11178.1682.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.45%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 247 (96.88% from 255) = 47.96%
R=18.45%
G=33.59%
B=47.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal951732470.620.3000.03209.2190.4867.06
Hex5FADF73E1E03d15a43
Octal137255367763603321132103
Binary10111111010110111110111111110111100111101000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,247); }

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

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

 a { background-color: rgb(95,173,247); }

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

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

 span { border-color: rgb(95,173,247); }

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