#58C8F3

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

Shades of Malibu #58C8F3

Tints of Malibu #58C8F3

Color information

#58C8F3 (or 0x58C8F3) is unknown color: approx Malibu. HEX triplet: 58, C8 and F3. RGB value is (88,200,243). Sum of RGB (Red+Green+Blue) = 88+200+243=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #58C8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C8F3 is #A7370C. Grayscale: #ABABAB. Windows color (decimal): -10958605 or 15976536. OLE color: 15976536.

HSL color Cylindrical-coordinate representation of color #58C8F3: hue angle of 196.65º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58C8F3 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88200243-
CMYK0.640.1800.05
HSL196.65º86.59%64.9%-
HSV(B)196.65º63.79%95.29%-
XYZ40.8649.8592.26-
YUV171.41168.3968.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.57%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=16.57%
G=37.66%
B=45.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882002430.640.1800.05196.6586.5964.9
Hex58C8F3401205c55741
Octal1303103631002205305127101
Binary1011000110010001111001110000001001001011100010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,200,243); }

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

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

 a { background-color: rgb(88,200,243); }

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

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

 span { border-color: rgb(88,200,243); }

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