#5FC6EA

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

Shades of Malibu #5FC6EA

Tints of Malibu #5FC6EA

Color information

#5FC6EA (or 0x5FC6EA) is unknown color: approx Malibu. HEX triplet: 5F, C6 and EA. RGB value is (95,198,234). Sum of RGB (Red+Green+Blue) = 95+198+234=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FC6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC6EA is #A03915. Grayscale: #ABABAB. Windows color (decimal): -10500374 or 15386207. OLE color: 15386207.

HSL color Cylindrical-coordinate representation of color #5FC6EA: hue angle of 195.54º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC6EA is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95198234-
CMYK0.590.1500.08
HSL195.54º76.8%64.51%-
HSV(B)195.54º59.4%91.76%-
XYZ39.7648.7685.16-
YUV171.31163.3873.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.03%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=18.03%
G=37.57%
B=44.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951982340.590.1500.08195.5476.864.51
Hex5FC6EA3BF08c44d41
Octal1373063527317010304115101
Binary101111111000110111010101110111111010001100010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,198,234); }

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

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

 a { background-color: rgb(95,198,234); }

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

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

 span { border-color: rgb(95,198,234); }

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