#55C6F5

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

Shades of Malibu #55C6F5

Tints of Malibu #55C6F5

Color information

#55C6F5 (or 0x55C6F5) is unknown color: approx Malibu. HEX triplet: 55, C6 and F5. RGB value is (85,198,245). Sum of RGB (Red+Green+Blue) = 85+198+245=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #55C6F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C6F5 is #AA390A. Grayscale: #A9A9A9. Windows color (decimal): -11155723 or 16107093. OLE color: 16107093.

HSL color Cylindrical-coordinate representation of color #55C6F5: hue angle of 197.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C6F5 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85198245-
CMYK0.650.1900.04
HSL197.62º88.89%64.71%-
HSV(B)197.62º65.31%96.08%-
XYZ40.4248.9193.7-
YUV169.57170.5667.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.10%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 245 (96.09% from 255) = 46.40%
R=16.10%
G=37.5%
B=46.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851982450.650.1900.04197.6288.8964.71
Hex55C6F5411304c65941
Octal1253063651012304306131101
Binary1010101110001101111010110000011001101001100011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C6F5; }

 p { color: rgb(85,198,245); }

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

<style>
 a { background-color: #55C6F5; }

 a { background-color: rgb(85,198,245); }

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

<style>
 span { border-color: #55C6F5; }

 span { border-color: rgb(85,198,245); }

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