#5CBAF5

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

Shades of Malibu #5CBAF5

Tints of Malibu #5CBAF5

Color information

#5CBAF5 (or 0x5CBAF5) is unknown color: approx Malibu. HEX triplet: 5C, BA and F5. RGB value is (92,186,245). Sum of RGB (Red+Green+Blue) = 92+186+245=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #5CBAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAF5 is #A3450A. Grayscale: #A4A4A4. Windows color (decimal): -10700043 or 16104028. OLE color: 16104028.

HSL color Cylindrical-coordinate representation of color #5CBAF5: hue angle of 203.14º degrees, saturation: 0.88, 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 #5CBAF5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92186245-
CMYK0.620.2400.04
HSL203.14º88.44%66.08%-
HSV(B)203.14º62.45%96.08%-
XYZ38.4543.9992.85-
YUV164.62173.3676.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.59%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 245 (96.09% from 255) = 46.85%
R=17.59%
G=35.56%
B=46.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921862450.620.2400.04203.1488.4466.08
Hex5CBAF53E1804cb5842
Octal134272365763004313130102
Binary101110010111010111101011111101100001001100101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,245); }

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

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

 a { background-color: rgb(92,186,245); }

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

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

 span { border-color: rgb(92,186,245); }

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