Html Css Color HEX #059DCE Pacific Blue

📋 copy color: '#059DCE'

red 5 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #059DCE

Tints of Pacific Blue #059DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

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

R = 1.36%
G = 42.66%
B = 55.98%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#059DCE (or 0x059DCE) is known color: Pacific Blue. HEX triplet: 05, 9D and CE. RGB value is (5,157,206). Sum of RGB (Red+Green+Blue) = 5+157+206=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #059DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DCE is #FA6231. Grayscale: #747474. Windows color (decimal): -16409138 or 13540613. OLE color: 13540613.

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

Color convert

RGB 5 157 206 -
CMYK 0.98 0.24 0 0.19
HSL 194.63º 0.95% 0.41% -
HSV(B) 194.63º 0.98% 0.81% -
XYZ 23.26 28.6 62.69 -
YUV 117.14 178.14 48.02 -
System Red Green Blue C M Y K H S L
Decimal 5 157 206 0.98 0.24 0 0.19 194.63 0.95 0.41
Hex 5 9D CE 62 18 0 13 C3 5F 29
Octal 5 235 316 142 30 0 23 303 137 51
Binary 101 10011101 11001110 1100010 11000 0 10011 11000011 1011111 101001

Color Harmonies of #059DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DCE

Black with #059DCE

Text Example


Text Example

White with #059DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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