Html Css Color HEX #58BCF6 Malibu

📋 copy color: '#58BCF6'

red 88 ◦ green 188 ◦ blue 246

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

Shades of Malibu #58BCF6

Tints of Malibu #58BCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 16.86%
G = 36.02%
B = 47.13%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58BCF6 (or 0x58BCF6) is known color: Malibu. HEX triplet: 58, BC and F6. RGB value is (88,188,246). Sum of RGB (Red+Green+Blue) = 88+188+246=522 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.86% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #58BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCF6 is #A74309. Grayscale: #A4A4A4. Windows color (decimal): -10961674 or 16170072. OLE color: 16170072.

HSL color Cylindrical-coordinate representation of color #58BCF6: hue angle of 202.03º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58BCF6 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 188 246 -
CMYK 0.64 0.24 0 0.04
HSL 202.03º 0.9% 0.65% -
HSV(B) 202.03º 0.64% 0.96% -
XYZ 38.64 44.69 93.78 -
YUV 164.71 173.87 73.28 -
System Red Green Blue C M Y K H S L
Decimal 88 188 246 0.64 0.24 0 0.04 202.03 0.9 0.65
Hex 58 BC F6 40 18 0 4 CA 5A 41
Octal 130 274 366 100 30 0 4 312 132 101
Binary 1011000 10111100 11110110 1000000 11000 0 100 11001010 1011010 1000001

Color Harmonies of #58BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCF6

Black with #58BCF6

Text Example


Text Example

White with #58BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,246); }

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

background-color css

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

 a { background-color: rgb(88,188,246); }

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

border-color css

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

 span { border-color: rgb(88,188,246); }

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