#55C5F2

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

Shades of Malibu #55C5F2

Tints of Malibu #55C5F2

Color information

#55C5F2 (or 0x55C5F2) is unknown color: approx Malibu. HEX triplet: 55, C5 and F2. RGB value is (85,197,242). Sum of RGB (Red+Green+Blue) = 85+197+242=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #55C5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C5F2 is #AA3A0D. Grayscale: #A8A8A8. Windows color (decimal): -11155982 or 15910229. OLE color: 15910229.

HSL color Cylindrical-coordinate representation of color #55C5F2: hue angle of 197.2º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C5F2 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85197242-
CMYK0.650.1900.05
HSL197.2º85.79%64.12%-
HSV(B)197.2º64.88%94.9%-
XYZ39.7448.2791.23-
YUV168.64169.3968.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.22%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 242 (94.92% from 255) = 46.18%
R=16.22%
G=37.60%
B=46.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851972420.650.1900.05197.285.7964.12
Hex55C5F2411305c55640
Octal1253053621012305305126100
Binary1010101110001011111001010000011001101011100010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,197,242); }

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

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

 a { background-color: rgb(85,197,242); }

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

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

 span { border-color: rgb(85,197,242); }

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