Html Css Color HEX #058ECE Pacific Blue

📋 copy color: '#058ECE'

red 5 ◦ green 142 ◦ blue 206

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

Shades of Pacific Blue #058ECE

Tints of Pacific Blue #058ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.23%

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

R = 1.42%
G = 40.23%
B = 58.36%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#058ECE (or 0x058ECE) is known color: Pacific Blue. HEX triplet: 05, 8E and CE. RGB value is (5,142,206). Sum of RGB (Red+Green+Blue) = 5+142+206=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #058ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ECE is #FA7131. Grayscale: #6B6B6B. Windows color (decimal): -16412978 or 13536773. OLE color: 13536773.

HSL color Cylindrical-coordinate representation of color #058ECE: hue angle of 199.1º 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 #058ECE is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 142 206 -
CMYK 0.98 0.31 0 0.19
HSL 199.1º 0.95% 0.41% -
HSV(B) 199.1º 0.98% 0.81% -
XYZ 20.88 23.83 61.89 -
YUV 108.33 183.11 54.3 -
System Red Green Blue C M Y K H S L
Decimal 5 142 206 0.98 0.31 0 0.19 199.1 0.95 0.41
Hex 5 8E CE 62 1F 0 13 C7 5F 29
Octal 5 216 316 142 37 0 23 307 137 51
Binary 101 10001110 11001110 1100010 11111 0 10011 11000111 1011111 101001

Color Harmonies of #058ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ECE

Black with #058ECE

Text Example


Text Example

White with #058ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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