Html Css Color HEX #58C2EB Malibu

📋 copy color: '#58C2EB'

red 88 ◦ green 194 ◦ blue 235

#58C2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #58C2EB

Tints of Malibu #58C2EB

RGB

 RED value IS 88 (34.77% from 255) = 17.02%

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 17.02%
G = 37.52%
B = 45.45%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58C2EB (or 0x58C2EB) is known color: Malibu. HEX triplet: 58, C2 and EB. RGB value is (88,194,235). Sum of RGB (Red+Green+Blue) = 88+194+235=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #58C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C2EB is #A73D14. Grayscale: #A6A6A6. Windows color (decimal): -10960149 or 15450712. OLE color: 15450712.

HSL color Cylindrical-coordinate representation of color #58C2EB: hue angle of 196.73º 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 #58C2EB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 194 235 -
CMYK 0.63 0.17 0 0.08
HSL 196.73º 0.79% 0.63% -
HSV(B) 196.73º 0.63% 0.92% -
XYZ 38.31 46.66 85.58 -
YUV 166.98 166.38 71.67 -
System Red Green Blue C M Y K H S L
Decimal 88 194 235 0.63 0.17 0 0.08 196.73 0.79 0.63
Hex 58 C2 EB 3F 11 0 8 C5 4F 3F
Octal 130 302 353 77 21 0 10 305 117 77
Binary 1011000 11000010 11101011 111111 10001 0 1000 11000101 1001111 111111

Color Harmonies of #58C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C2EB

Black with #58C2EB

Text Example


Text Example

White with #58C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58C2EB;
 }
 .AnyTagClassName
 {
   color: #58C2EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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