Html Css Color HEX #58A8ED Malibu

📋 copy color: '#58A8ED'

red 88 ◦ green 168 ◦ blue 237

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

Shades of Malibu #58A8ED

Tints of Malibu #58A8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 17.85%
G = 34.08%
B = 48.07%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#58A8ED (or 0x58A8ED) is known color: Malibu. HEX triplet: 58, A8 and ED. RGB value is (88,168,237). Sum of RGB (Red+Green+Blue) = 88+168+237=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #58A8ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8ED is #A75712. Grayscale: #979797. Windows color (decimal): -10966803 or 15575128. OLE color: 15575128.

HSL color Cylindrical-coordinate representation of color #58A8ED: hue angle of 207.79º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58A8ED is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 168 237 -
CMYK 0.63 0.29 0 0.07
HSL 207.79º 0.81% 0.64% -
HSV(B) 207.79º 0.63% 0.93% -
XYZ 33.31 36.19 85.35 -
YUV 151.95 176 82.39 -
System Red Green Blue C M Y K H S L
Decimal 88 168 237 0.63 0.29 0 0.07 207.79 0.81 0.64
Hex 58 A8 ED 3F 1D 0 7 D0 51 40
Octal 130 250 355 77 35 0 7 320 121 100
Binary 1011000 10101000 11101101 111111 11101 0 111 11010000 1010001 1000000

Color Harmonies of #58A8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8ED

Black with #58A8ED

Text Example


Text Example

White with #58A8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,168,237); }

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

background-color css

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

 a { background-color: rgb(88,168,237); }

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

border-color css

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

 span { border-color: rgb(88,168,237); }

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