Html Css Color HEX #58B2DD Malibu

📋 copy color: '#58B2DD'

red 88 ◦ green 178 ◦ blue 221

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

Shades of Malibu #58B2DD

Tints of Malibu #58B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 18.07%
G = 36.55%
B = 45.38%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58B2DD (or 0x58B2DD) is known color: Malibu. HEX triplet: 58, B2 and DD. RGB value is (88,178,221). Sum of RGB (Red+Green+Blue) = 88+178+221=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #58B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2DD is #A74D22. Grayscale: #9B9B9B. Windows color (decimal): -10964259 or 14529112. OLE color: 14529112.

HSL color Cylindrical-coordinate representation of color #58B2DD: hue angle of 199.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58B2DD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 178 221 -
CMYK 0.60 0.19 0 0.13
HSL 199.4º 0.66% 0.61% -
HSV(B) 199.4º 0.6% 0.87% -
XYZ 33 39.14 74.22 -
YUV 155.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 88 178 221 0.60 0.19 0 0.13 199.4 0.66 0.61
Hex 58 B2 DD 3C 13 0 D C7 42 3D
Octal 130 262 335 74 23 0 15 307 102 75
Binary 1011000 10110010 11011101 111100 10011 0 1101 11000111 1000010 111101

Color Harmonies of #58B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B2DD

Black with #58B2DD

Text Example


Text Example

White with #58B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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