#55B4F1

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

Shades of Malibu #55B4F1

Tints of Malibu #55B4F1

Color information

#55B4F1 (or 0x55B4F1) is unknown color: approx Malibu. HEX triplet: 55, B4 and F1. RGB value is (85,180,241). Sum of RGB (Red+Green+Blue) = 85+180+241=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #55B4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B4F1 is #AA4B0E. Grayscale: #9E9E9E. Windows color (decimal): -11160335 or 15840341. OLE color: 15840341.

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

Color convert

RGB85180241-
CMYK0.650.2500.05
HSL203.46º84.78%63.92%-
HSV(B)203.46º64.73%94.51%-
XYZ35.9440.9289.22-
YUV158.55174.5375.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.80%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=16.80%
G=35.57%
B=47.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851802410.650.2500.05203.4684.7863.92
Hex55B4F1411905cb5540
Octal1252643611013105313125100
Binary1010101101101001111000110000011100101011100101110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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