Html Css Color HEX #58BCE3 Malibu

📋 copy color: '#58BCE3'

red 88 ◦ green 188 ◦ blue 227

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

Shades of Malibu #58BCE3

Tints of Malibu #58BCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.13%

R = 17.5%
G = 37.38%
B = 45.13%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#58BCE3 (or 0x58BCE3) is known color: Malibu. HEX triplet: 58, BC and E3. RGB value is (88,188,227). Sum of RGB (Red+Green+Blue) = 88+188+227=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #58BCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCE3 is #A7431C. Grayscale: #A2A2A2. Windows color (decimal): -10961693 or 14924888. OLE color: 14924888.

HSL color Cylindrical-coordinate representation of color #58BCE3: hue angle of 196.83º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58BCE3 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 188 227 -
CMYK 0.61 0.17 0 0.11
HSL 196.83º 0.71% 0.62% -
HSV(B) 196.83º 0.61% 0.89% -
XYZ 35.87 43.59 79.2 -
YUV 162.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 88 188 227 0.61 0.17 0 0.11 196.83 0.71 0.62
Hex 58 BC E3 3D 11 0 B C5 47 3E
Octal 130 274 343 75 21 0 13 305 107 76
Binary 1011000 10111100 11100011 111101 10001 0 1011 11000101 1000111 111110

Color Harmonies of #58BCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCE3

Black with #58BCE3

Text Example


Text Example

White with #58BCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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