#55C9F1

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

Shades of Malibu #55C9F1

Tints of Malibu #55C9F1

Color information

#55C9F1 (or 0x55C9F1) is unknown color: approx Malibu. HEX triplet: 55, C9 and F1. RGB value is (85,201,241). Sum of RGB (Red+Green+Blue) = 85+201+241=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #55C9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C9F1 is #AA360E. Grayscale: #AAAAAA. Windows color (decimal): -11154959 or 15845717. OLE color: 15845717.

HSL color Cylindrical-coordinate representation of color #55C9F1: hue angle of 195.38º degrees, saturation: 0.85, 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 #55C9F1 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85201241-
CMYK0.650.1700.05
HSL195.38º84.78%63.92%-
HSV(B)195.38º64.73%94.51%-
XYZ40.5150.0690.75-
YUV170.88167.5766.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.13%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=16.13%
G=38.14%
B=45.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852012410.650.1700.05195.3884.7863.92
Hex55C9F1411105c35540
Octal1253113611012105303125100
Binary1010101110010011111000110000011000101011100001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,201,241); }

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

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

 a { background-color: rgb(85,201,241); }

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

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

 span { border-color: rgb(85,201,241); }

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