Html Css Color HEX #58BFEB Malibu

📋 copy color: '#58BFEB'

red 88 ◦ green 191 ◦ blue 235

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

Shades of Malibu #58BFEB

Tints of Malibu #58BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

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

R = 17.12%
G = 37.16%
B = 45.72%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58BFEB (or 0x58BFEB) is known color: Malibu. HEX triplet: 58, BF and EB. RGB value is (88,191,235). Sum of RGB (Red+Green+Blue) = 88+191+235=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #58BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFEB is #A74014. Grayscale: #A4A4A4. Windows color (decimal): -10960917 or 15449944. OLE color: 15449944.

HSL color Cylindrical-coordinate representation of color #58BFEB: hue angle of 197.96º 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 #58BFEB is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 191 235 -
CMYK 0.63 0.19 0 0.08
HSL 197.96º 0.79% 0.63% -
HSV(B) 197.96º 0.63% 0.92% -
XYZ 37.65 45.33 85.36 -
YUV 165.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 88 191 235 0.63 0.19 0 0.08 197.96 0.79 0.63
Hex 58 BF EB 3F 13 0 8 C6 4F 3F
Octal 130 277 353 77 23 0 10 306 117 77
Binary 1011000 10111111 11101011 111111 10011 0 1000 11000110 1001111 111111

Color Harmonies of #58BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BFEB

Black with #58BFEB

Text Example


Text Example

White with #58BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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