Html Css Color HEX #58BFE7 Malibu

📋 copy color: '#58BFE7'

red 88 ◦ green 191 ◦ blue 231

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

Shades of Malibu #58BFE7

Tints of Malibu #58BFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 17.25%
G = 37.45%
B = 45.29%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58BFE7 (or 0x58BFE7) is known color: Malibu. HEX triplet: 58, BF and E7. RGB value is (88,191,231). Sum of RGB (Red+Green+Blue) = 88+191+231=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #58BFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFE7 is #A74018. Grayscale: #A4A4A4. Windows color (decimal): -10960921 or 15187800. OLE color: 15187800.

HSL color Cylindrical-coordinate representation of color #58BFE7: hue angle of 196.78º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BFE7 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 191 231 -
CMYK 0.62 0.17 0 0.09
HSL 196.78º 0.75% 0.63% -
HSV(B) 196.78º 0.62% 0.91% -
XYZ 37.08 45.11 82.35 -
YUV 164.76 165.38 73.25 -
System Red Green Blue C M Y K H S L
Decimal 88 191 231 0.62 0.17 0 0.09 196.78 0.75 0.63
Hex 58 BF E7 3E 11 0 9 C5 4B 3F
Octal 130 277 347 76 21 0 11 305 113 77
Binary 1011000 10111111 11100111 111110 10001 0 1001 11000101 1001011 111111

Color Harmonies of #58BFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BFE7

Black with #58BFE7

Text Example


Text Example

White with #58BFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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