Html Css Color HEX #58BFEA Malibu

📋 copy color: '#58BFEA'

red 88 ◦ green 191 ◦ blue 234

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

Shades of Malibu #58BFEA

Tints of Malibu #58BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 17.15%
G = 37.23%
B = 45.61%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58BFEA (or 0x58BFEA) is known color: Malibu. HEX triplet: 58, BF and EA. RGB value is (88,191,234). Sum of RGB (Red+Green+Blue) = 88+191+234=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #58BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFEA is #A74015. Grayscale: #A4A4A4. Windows color (decimal): -10960918 or 15384408. OLE color: 15384408.

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

Color convert

RGB 88 191 234 -
CMYK 0.62 0.18 0 0.08
HSL 197.67º 0.78% 0.63% -
HSV(B) 197.67º 0.62% 0.92% -
XYZ 37.51 45.28 84.6 -
YUV 165.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 88 191 234 0.62 0.18 0 0.08 197.67 0.78 0.63
Hex 58 BF EA 3E 12 0 8 C6 4E 3F
Octal 130 277 352 76 22 0 10 306 116 77
Binary 1011000 10111111 11101010 111110 10010 0 1000 11000110 1001110 111111

Color Harmonies of #58BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BFEA

Black with #58BFEA

Text Example


Text Example

White with #58BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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