Html Css Color HEX #58B2D7 Malibu

📋 copy color: '#58B2D7'

red 88 ◦ green 178 ◦ blue 215

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

Shades of Malibu #58B2D7

Tints of Malibu #58B2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 18.3%
G = 37.01%
B = 44.7%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#58B2D7 (or 0x58B2D7) is known color: Malibu. HEX triplet: 58, B2 and D7. RGB value is (88,178,215). Sum of RGB (Red+Green+Blue) = 88+178+215=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #58B2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2D7 is #A74D28. Grayscale: #9B9B9B. Windows color (decimal): -10964265 or 14135896. OLE color: 14135896.

HSL color Cylindrical-coordinate representation of color #58B2D7: hue angle of 197.48º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58B2D7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 178 215 -
CMYK 0.59 0.17 0 0.16
HSL 197.48º 0.61% 0.59% -
HSV(B) 197.48º 0.59% 0.84% -
XYZ 32.21 38.82 70.09 -
YUV 155.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 88 178 215 0.59 0.17 0 0.16 197.48 0.61 0.59
Hex 58 B2 D7 3B 11 0 10 C5 3D 3B
Octal 130 262 327 73 21 0 20 305 75 73
Binary 1011000 10110010 11010111 111011 10001 0 10000 11000101 111101 111011

Color Harmonies of #58B2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B2D7

Black with #58B2D7

Text Example


Text Example

White with #58B2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,178,215); }

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

background-color css

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

 a { background-color: rgb(88,178,215); }

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

border-color css

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

 span { border-color: rgb(88,178,215); }

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