#5FC7EA

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

Shades of Malibu #5FC7EA

Tints of Malibu #5FC7EA

Color information

#5FC7EA (or 0x5FC7EA) is unknown color: approx Malibu. HEX triplet: 5F, C7 and EA. RGB value is (95,199,234). Sum of RGB (Red+Green+Blue) = 95+199+234=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FC7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC7EA is #A03815. Grayscale: #ABABAB. Windows color (decimal): -10500118 or 15386463. OLE color: 15386463.

HSL color Cylindrical-coordinate representation of color #5FC7EA: hue angle of 195.11º 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 #5FC7EA is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95199234-
CMYK0.590.1500.08
HSL195.11º76.8%64.51%-
HSV(B)195.11º59.4%91.76%-
XYZ39.9949.2285.23-
YUV171.89163.0473.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.99%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=17.99%
G=37.69%
B=44.32%

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
Decimal951992340.590.1500.08195.1176.864.51
Hex5FC7EA3BF08c34d41
Octal1373073527317010303115101
Binary101111111000111111010101110111111010001100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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