Html Css Color HEX #58BBEF Malibu

📋 copy color: '#58BBEF'

red 88 ◦ green 187 ◦ blue 239

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

Shades of Malibu #58BBEF

Tints of Malibu #58BBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 17.12%
G = 36.38%
B = 46.5%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58BBEF (or 0x58BBEF) is known color: Malibu. HEX triplet: 58, BB and EF. RGB value is (88,187,239). Sum of RGB (Red+Green+Blue) = 88+187+239=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #58BBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BBEF is #A74410. Grayscale: #A3A3A3. Windows color (decimal): -10961937 or 15711064. OLE color: 15711064.

HSL color Cylindrical-coordinate representation of color #58BBEF: hue angle of 200.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58BBEF is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 187 239 -
CMYK 0.63 0.22 0 0.06
HSL 200.66º 0.83% 0.64% -
HSV(B) 200.66º 0.63% 0.94% -
XYZ 37.37 43.85 88.15 -
YUV 163.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 88 187 239 0.63 0.22 0 0.06 200.66 0.83 0.64
Hex 58 BB EF 3F 16 0 6 C9 53 40
Octal 130 273 357 77 26 0 6 311 123 100
Binary 1011000 10111011 11101111 111111 10110 0 110 11001001 1010011 1000000

Color Harmonies of #58BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBEF

Black with #58BBEF

Text Example


Text Example

White with #58BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,187,239); }

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

background-color css

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

 a { background-color: rgb(88,187,239); }

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

border-color css

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

 span { border-color: rgb(88,187,239); }

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