Html Css Color HEX #058ACE Pacific Blue

📋 copy color: '#058ACE'

red 5 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #058ACE

Tints of Pacific Blue #058ACE

RGB

 RED value IS 5 (2.34% from 255) = 1.43%

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 1.43%
G = 39.54%
B = 59.03%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#058ACE (or 0x058ACE) is known color: Pacific Blue. HEX triplet: 05, 8A and CE. RGB value is (5,138,206). Sum of RGB (Red+Green+Blue) = 5+138+206=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #058ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ACE is #FA7531. Grayscale: #696969. Windows color (decimal): -16414002 or 13535749. OLE color: 13535749.

HSL color Cylindrical-coordinate representation of color #058ACE: hue angle of 200.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ACE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 138 206 -
CMYK 0.98 0.33 0 0.19
HSL 200.3º 0.95% 0.41% -
HSV(B) 200.3º 0.98% 0.81% -
XYZ 20.29 22.67 61.7 -
YUV 105.99 184.44 55.97 -
System Red Green Blue C M Y K H S L
Decimal 5 138 206 0.98 0.33 0 0.19 200.3 0.95 0.41
Hex 5 8A CE 62 21 0 13 C8 5F 29
Octal 5 212 316 142 41 0 23 310 137 51
Binary 101 10001010 11001110 1100010 100001 0 10011 11001000 1011111 101001

Color Harmonies of #058ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ACE

Black with #058ACE

Text Example


Text Example

White with #058ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058ACE; }

 p { color: rgb(5,138,206); }

 H1.HeaderClassName
 {
   color: #058ACE;
 }
 .AnyTagClassName
 {
   color: #058ACE;
 }
</style>

background-color css

<style>
 a { background-color: #058ACE; }

 a { background-color: rgb(5,138,206); }

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

border-color css

<style>
 span { border-color: #058ACE; }

 span { border-color: rgb(5,138,206); }

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