#5CADF4

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

Shades of Malibu #5CADF4

Tints of Malibu #5CADF4

Color information

#5CADF4 (or 0x5CADF4) is unknown color: approx Malibu. HEX triplet: 5C, AD and F4. RGB value is (92,173,244). Sum of RGB (Red+Green+Blue) = 92+173+244=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #5CADF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CADF4 is #A3520B. Grayscale: #9C9C9C. Windows color (decimal): -10703372 or 16035164. OLE color: 16035164.

HSL color Cylindrical-coordinate representation of color #5CADF4: hue angle of 208.03º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CADF4 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92173244-
CMYK0.620.2900.04
HSL208.03º87.36%65.88%-
HSV(B)208.03º62.3%95.69%-
XYZ35.6938.6991.18-
YUV156.88177.1681.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.07%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 244 (95.70% from 255) = 47.94%
R=18.07%
G=33.99%
B=47.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921732440.620.2900.04208.0387.3665.88
Hex5CADF43E1D04d05742
Octal134255364763504320127102
Binary101110010101101111101001111101110101001101000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CADF4; }

 p { color: rgb(92,173,244); }

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

<style>
 a { background-color: #5CADF4; }

 a { background-color: rgb(92,173,244); }

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

<style>
 span { border-color: #5CADF4; }

 span { border-color: rgb(92,173,244); }

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