#55C1F4

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

Shades of Malibu #55C1F4

Tints of Malibu #55C1F4

Color information

#55C1F4 (or 0x55C1F4) is unknown color: approx Malibu. HEX triplet: 55, C1 and F4. RGB value is (85,193,244). Sum of RGB (Red+Green+Blue) = 85+193+244=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #55C1F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C1F4 is #AA3E0B. Grayscale: #A6A6A6. Windows color (decimal): -11157004 or 16040277. OLE color: 16040277.

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

Color convert

RGB85193244-
CMYK0.650.2100.04
HSL199.25º87.85%64.51%-
HSV(B)199.25º65.16%95.69%-
XYZ39.1546.692.52-
YUV166.52171.7269.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.28%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 244 (95.70% from 255) = 46.74%
R=16.28%
G=36.97%
B=46.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851932440.650.2100.04199.2587.8564.51
Hex55C1F4411504c75841
Octal1253013641012504307130101
Binary1010101110000011111010010000011010101001100011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,244); }

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

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

 a { background-color: rgb(85,193,244); }

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

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

 span { border-color: rgb(85,193,244); }

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