Html Css Color HEX #58BCEF Malibu

📋 copy color: '#58BCEF'

red 88 ◦ green 188 ◦ blue 239

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

Shades of Malibu #58BCEF

Tints of Malibu #58BCEF

RGB

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

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

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

R = 17.09%
G = 36.5%
B = 46.41%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58BCEF (or 0x58BCEF) is known color: Malibu. HEX triplet: 58, BC and EF. RGB value is (88,188,239). Sum of RGB (Red+Green+Blue) = 88+188+239=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #58BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCEF is #A74310. Grayscale: #A3A3A3. Windows color (decimal): -10961681 or 15711320. OLE color: 15711320.

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

Color convert

RGB 88 188 239 -
CMYK 0.63 0.21 0 0.06
HSL 200.26º 0.83% 0.64% -
HSV(B) 200.26º 0.63% 0.94% -
XYZ 37.59 44.27 88.23 -
YUV 163.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 88 188 239 0.63 0.21 0 0.06 200.26 0.83 0.64
Hex 58 BC EF 3F 15 0 6 C8 53 40
Octal 130 274 357 77 25 0 6 310 123 100
Binary 1011000 10111100 11101111 111111 10101 0 110 11001000 1010011 1000000

Color Harmonies of #58BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCEF

Black with #58BCEF

Text Example


Text Example

White with #58BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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