Html Css Color HEX #58BDDB Malibu

📋 copy color: '#58BDDB'

red 88 ◦ green 189 ◦ blue 219

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

Shades of Malibu #58BDDB

Tints of Malibu #58BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

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

R = 17.74%
G = 38.1%
B = 44.15%

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

#58BDDB (or 0x58BDDB) is known color: Malibu. HEX triplet: 58, BD and DB. RGB value is (88,189,219). Sum of RGB (Red+Green+Blue) = 88+189+219=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #58BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDDB is #A74224. Grayscale: #A2A2A2. Windows color (decimal): -10961445 or 14400856. OLE color: 14400856.

HSL color Cylindrical-coordinate representation of color #58BDDB: hue angle of 193.74º 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 #58BDDB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 189 219 -
CMYK 0.60 0.14 0 0.14
HSL 193.74º 0.65% 0.6% -
HSV(B) 193.74º 0.6% 0.86% -
XYZ 35.01 43.58 73.59 -
YUV 162.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 88 189 219 0.60 0.14 0 0.14 193.74 0.65 0.6
Hex 58 BD DB 3C E 0 E C2 41 3C
Octal 130 275 333 74 16 0 16 302 101 74
Binary 1011000 10111101 11011011 111100 1110 0 1110 11000010 1000001 111100

Color Harmonies of #58BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDDB

Black with #58BDDB

Text Example


Text Example

White with #58BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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