#55C5F5

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

Shades of Malibu #55C5F5

Tints of Malibu #55C5F5

Color information

#55C5F5 (or 0x55C5F5) is unknown color: approx Malibu. HEX triplet: 55, C5 and F5. RGB value is (85,197,245). Sum of RGB (Red+Green+Blue) = 85+197+245=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #55C5F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C5F5 is #AA3A0A. Grayscale: #A8A8A8. Windows color (decimal): -11155979 or 16106837. OLE color: 16106837.

HSL color Cylindrical-coordinate representation of color #55C5F5: hue angle of 198º 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 #55C5F5 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85197245-
CMYK0.650.2000.04
HSL198º88.89%64.71%-
HSV(B)198º65.31%96.08%-
XYZ40.1948.4693.62-
YUV168.98170.8968.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.13%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=16.13%
G=37.38%
B=46.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851972450.650.2000.0419888.8964.71
Hex55C5F5411404c65941
Octal1253053651012404306131101
Binary1010101110001011111010110000011010001001100011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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