Html Css Color HEX #58BCDB Malibu

📋 copy color: '#58BCDB'

red 88 ◦ green 188 ◦ blue 219

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

Shades of Malibu #58BCDB

Tints of Malibu #58BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 17.78%
G = 37.98%
B = 44.24%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58BCDB (or 0x58BCDB) is known color: Malibu. HEX triplet: 58, BC and DB. RGB value is (88,188,219). Sum of RGB (Red+Green+Blue) = 88+188+219=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #58BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCDB is #A74324. Grayscale: #A1A1A1. Windows color (decimal): -10961701 or 14400600. OLE color: 14400600.

HSL color Cylindrical-coordinate representation of color #58BCDB: hue angle of 194.2º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BCDB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 188 219 -
CMYK 0.60 0.14 0 0.14
HSL 194.2º 0.65% 0.6% -
HSV(B) 194.2º 0.6% 0.86% -
XYZ 34.79 43.16 73.51 -
YUV 161.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 88 188 219 0.60 0.14 0 0.14 194.2 0.65 0.6
Hex 58 BC DB 3C E 0 E C2 41 3C
Octal 130 274 333 74 16 0 16 302 101 74
Binary 1011000 10111100 11011011 111100 1110 0 1110 11000010 1000001 111100

Color Harmonies of #58BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCDB

Black with #58BCDB

Text Example


Text Example

White with #58BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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