Html Css Color HEX #58BEE6 Malibu

📋 copy color: '#58BEE6'

red 88 ◦ green 190 ◦ blue 230

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

Shades of Malibu #58BEE6

Tints of Malibu #58BEE6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.4%

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 17.32%
G = 37.4%
B = 45.28%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#58BEE6 (or 0x58BEE6) is known color: Malibu. HEX triplet: 58, BE and E6. RGB value is (88,190,230). Sum of RGB (Red+Green+Blue) = 88+190+230=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #58BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BEE6 is #A74119. Grayscale: #A3A3A3. Windows color (decimal): -10961178 or 15122008. OLE color: 15122008.

HSL color Cylindrical-coordinate representation of color #58BEE6: hue angle of 196.9º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BEE6 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 190 230 -
CMYK 0.62 0.17 0 0.10
HSL 196.9º 0.74% 0.62% -
HSV(B) 196.9º 0.62% 0.9% -
XYZ 36.72 44.61 81.54 -
YUV 164.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 88 190 230 0.62 0.17 0 0.10 196.9 0.74 0.62
Hex 58 BE E6 3E 11 0 A C5 4A 3E
Octal 130 276 346 76 21 0 12 305 112 76
Binary 1011000 10111110 11100110 111110 10001 0 1010 11000101 1001010 111110

Color Harmonies of #58BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BEE6

Black with #58BEE6

Text Example


Text Example

White with #58BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,190,230); }

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

background-color css

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

 a { background-color: rgb(88,190,230); }

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

border-color css

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

 span { border-color: rgb(88,190,230); }

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