Html Css Color HEX #58BCEB Malibu

📋 copy color: '#58BCEB'

red 88 ◦ green 188 ◦ blue 235

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

Shades of Malibu #58BCEB

Tints of Malibu #58BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 17.22%
G = 36.79%
B = 45.99%

CMYK

 C value IS 0.63

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58BCEB (or 0x58BCEB) is known color: Malibu. HEX triplet: 58, BC and EB. RGB value is (88,188,235). Sum of RGB (Red+Green+Blue) = 88+188+235=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #58BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCEB is #A74314. Grayscale: #A3A3A3. Windows color (decimal): -10961685 or 15449176. OLE color: 15449176.

HSL color Cylindrical-coordinate representation of color #58BCEB: hue angle of 199.18º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58BCEB is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 188 235 -
CMYK 0.63 0.2 0 0.08
HSL 199.18º 0.79% 0.63% -
HSV(B) 199.18º 0.63% 0.92% -
XYZ 37 44.04 85.15 -
YUV 163.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 88 188 235 0.63 0.2 0 0.08 199.18 0.79 0.63
Hex 58 BC EB 3F 14 0 8 C7 4F 3F
Octal 130 274 353 77 24 0 10 307 117 77
Binary 1011000 10111100 11101011 111111 10100 0 1000 11000111 1001111 111111

Color Harmonies of #58BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCEB

Black with #58BCEB

Text Example


Text Example

White with #58BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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