Html Css Color HEX #059EDF Pacific Blue

📋 copy color: '#059EDF'

red 5 ◦ green 158 ◦ blue 223

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

Shades of Pacific Blue #059EDF

Tints of Pacific Blue #059EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 1.3%
G = 40.93%
B = 57.77%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#059EDF (or 0x059EDF) is known color: Pacific Blue. HEX triplet: 05, 9E and DF. RGB value is (5,158,223). Sum of RGB (Red+Green+Blue) = 5+158+223=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #059EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EDF is #FA6120. Grayscale: #777777. Windows color (decimal): -16408865 or 14654981. OLE color: 14654981.

HSL color Cylindrical-coordinate representation of color #059EDF: hue angle of 197.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EDF is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 158 223 -
CMYK 0.98 0.29 0 0.13
HSL 197.89º 0.96% 0.45% -
HSV(B) 197.89º 0.98% 0.87% -
XYZ 25.61 29.81 74.22 -
YUV 119.66 186.31 46.21 -
System Red Green Blue C M Y K H S L
Decimal 5 158 223 0.98 0.29 0 0.13 197.89 0.96 0.45
Hex 5 9E DF 62 1D 0 D C6 60 2D
Octal 5 236 337 142 35 0 15 306 140 55
Binary 101 10011110 11011111 1100010 11101 0 1101 11000110 1100000 101101

Color Harmonies of #059EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EDF

Black with #059EDF

Text Example


Text Example

White with #059EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059EDF; }

 p { color: rgb(5,158,223); }

 H1.HeaderClassName
 {
   color: #059EDF;
 }
 .AnyTagClassName
 {
   color: #059EDF;
 }
</style>

background-color css

<style>
 a { background-color: #059EDF; }

 a { background-color: rgb(5,158,223); }

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

border-color css

<style>
 span { border-color: #059EDF; }

 span { border-color: rgb(5,158,223); }

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