Html Css Color HEX #58C2EF Malibu

📋 copy color: '#58C2EF'

red 88 ◦ green 194 ◦ blue 239

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

Shades of Malibu #58C2EF

Tints of Malibu #58C2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 16.89%
G = 37.24%
B = 45.87%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58C2EF (or 0x58C2EF) is known color: Malibu. HEX triplet: 58, C2 and EF. RGB value is (88,194,239). Sum of RGB (Red+Green+Blue) = 88+194+239=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #58C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C2EF is #A73D10. Grayscale: #A7A7A7. Windows color (decimal): -10960145 or 15712856. OLE color: 15712856.

HSL color Cylindrical-coordinate representation of color #58C2EF: hue angle of 197.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C2EF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 194 239 -
CMYK 0.63 0.19 0 0.06
HSL 197.88º 0.83% 0.64% -
HSV(B) 197.88º 0.63% 0.94% -
XYZ 38.9 46.89 88.66 -
YUV 167.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 88 194 239 0.63 0.19 0 0.06 197.88 0.83 0.64
Hex 58 C2 EF 3F 13 0 6 C6 53 40
Octal 130 302 357 77 23 0 6 306 123 100
Binary 1011000 11000010 11101111 111111 10011 0 110 11000110 1010011 1000000

Color Harmonies of #58C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C2EF

Black with #58C2EF

Text Example


Text Example

White with #58C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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