#5CBDDE

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

Shades of Malibu #5CBDDE

Tints of Malibu #5CBDDE

Color information

#5CBDDE (or 0x5CBDDE) is unknown color: approx Malibu. HEX triplet: 5C, BD and DE. RGB value is (92,189,222). Sum of RGB (Red+Green+Blue) = 92+189+222=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CBDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDDE is #A34221. Grayscale: #A3A3A3. Windows color (decimal): -10699298 or 14597468. OLE color: 14597468.

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

Color convert

RGB92189222-
CMYK0.590.1500.13
HSL195.23º66.33%61.57%-
HSV(B)195.23º58.56%87.06%-
XYZ35.843.9475.7-
YUV163.76160.8676.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.29%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=18.29%
G=37.57%
B=44.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921892220.590.1500.13195.2366.3361.57
Hex5CBDDE3BF0Dc3423e
Octal134275336731701530310276
Binary10111001011110111011110111011111101101110000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,189,222); }

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

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

 a { background-color: rgb(92,189,222); }

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

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

 span { border-color: rgb(92,189,222); }

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