#55BCE7

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

Shades of Malibu #55BCE7

Tints of Malibu #55BCE7

Color information

#55BCE7 (or 0x55BCE7) is unknown color: approx Malibu. HEX triplet: 55, BC and E7. RGB value is (85,188,231). Sum of RGB (Red+Green+Blue) = 85+188+231=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #55BCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCE7 is #AA4318. Grayscale: #A1A1A1. Windows color (decimal): -11158297 or 15187029. OLE color: 15187029.

HSL color Cylindrical-coordinate representation of color #55BCE7: hue angle of 197.67º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55BCE7 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85188231-
CMYK0.630.1900.09
HSL197.67º75.26%61.96%-
HSV(B)197.67º63.2%90.59%-
XYZ36.1543.6782.12-
YUV162.1166.8873-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.87%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=16.87%
G=37.30%
B=45.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851882310.630.1900.09197.6775.2661.96
Hex55BCE73F1309c64b3e
Octal125274347772301130611376
Binary101010110111100111001111111111001101001110001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,231); }

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

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

 a { background-color: rgb(85,188,231); }

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

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

 span { border-color: rgb(85,188,231); }

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