Html Css Color HEX #58A8EA Malibu

📋 copy color: '#58A8EA'

red 88 ◦ green 168 ◦ blue 234

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

Shades of Malibu #58A8EA

Tints of Malibu #58A8EA

RGB

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

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

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

R = 17.96%
G = 34.29%
B = 47.76%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58A8EA (or 0x58A8EA) is known color: Malibu. HEX triplet: 58, A8 and EA. RGB value is (88,168,234). Sum of RGB (Red+Green+Blue) = 88+168+234=490 (64% of max value = 765). Red value is 88 (34.77% from 255 or 17.96% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #58A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8EA is #A75715. Grayscale: #979797. Windows color (decimal): -10966806 or 15378520. OLE color: 15378520.

HSL color Cylindrical-coordinate representation of color #58A8EA: hue angle of 207.12º 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 #58A8EA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 168 234 -
CMYK 0.62 0.28 0 0.08
HSL 207.12º 0.78% 0.63% -
HSV(B) 207.12º 0.62% 0.92% -
XYZ 32.88 36.02 83.06 -
YUV 151.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 88 168 234 0.62 0.28 0 0.08 207.12 0.78 0.63
Hex 58 A8 EA 3E 1C 0 8 CF 4E 3F
Octal 130 250 352 76 34 0 10 317 116 77
Binary 1011000 10101000 11101010 111110 11100 0 1000 11001111 1001110 111111

Color Harmonies of #58A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8EA

Black with #58A8EA

Text Example


Text Example

White with #58A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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