#5CBFE1

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

Shades of Malibu #5CBFE1

Tints of Malibu #5CBFE1

Color information

#5CBFE1 (or 0x5CBFE1) is unknown color: approx Malibu. HEX triplet: 5C, BF and E1. RGB value is (92,191,225). Sum of RGB (Red+Green+Blue) = 92+191+225=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CBFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFE1 is #A3401E. Grayscale: #A5A5A5. Windows color (decimal): -10698783 or 14794588. OLE color: 14794588.

HSL color Cylindrical-coordinate representation of color #5CBFE1: hue angle of 195.34º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBFE1 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB92191225-
CMYK0.590.1500.12
HSL195.34º68.91%62.16%-
HSV(B)195.34º59.11%88.24%-
XYZ36.6444.9777.98-
YUV165.28161.775.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.11%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=18.11%
G=37.60%
B=44.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal921912250.590.1500.12195.3468.9162.16
Hex5CBFE13BF0Cc3453e
Octal134277341731701430310576
Binary10111001011111111100001111011111101100110000111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,225); }

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

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

 a { background-color: rgb(92,191,225); }

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

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

 span { border-color: rgb(92,191,225); }

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