#58CAEB

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

Shades of Malibu #58CAEB

Tints of Malibu #58CAEB

Color information

#58CAEB (or 0x58CAEB) is unknown color: approx Malibu. HEX triplet: 58, CA and EB. RGB value is (88,202,235). Sum of RGB (Red+Green+Blue) = 88+202+235=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #58CAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CAEB is #A73514. Grayscale: #ABABAB. Windows color (decimal): -10958101 or 15452760. OLE color: 15452760.

HSL color Cylindrical-coordinate representation of color #58CAEB: hue angle of 193.47º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CAEB is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88202235-
CMYK0.630.1400.08
HSL193.47º78.61%63.33%-
HSV(B)193.47º62.55%92.16%-
XYZ40.1450.3186.19-
YUV171.68163.7368.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.76%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=16.76%
G=38.48%
B=44.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882022350.630.1400.08193.4778.6163.33
Hex58CAEB3FE08c14f3f
Octal130312353771601030111777
Binary10110001100101011101011111111111001000110000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58CAEB; }

 p { color: rgb(88,202,235); }

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

<style>
 a { background-color: #58CAEB; }

 a { background-color: rgb(88,202,235); }

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

<style>
 span { border-color: #58CAEB; }

 span { border-color: rgb(88,202,235); }

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