Html Css Color HEX #059DCB Pacific Blue

📋 copy color: '#059DCB'

red 5 ◦ green 157 ◦ blue 203

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

Shades of Pacific Blue #059DCB

Tints of Pacific Blue #059DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 1.37%
G = 43.01%
B = 55.62%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#059DCB (or 0x059DCB) is known color: Pacific Blue. HEX triplet: 05, 9D and CB. RGB value is (5,157,203). Sum of RGB (Red+Green+Blue) = 5+157+203=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #059DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DCB is #FA6234. Grayscale: #747474. Windows color (decimal): -16409141 or 13344005. OLE color: 13344005.

HSL color Cylindrical-coordinate representation of color #059DCB: hue angle of 193.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DCB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 157 203 -
CMYK 0.98 0.23 0 0.20
HSL 193.94º 0.95% 0.41% -
HSV(B) 193.94º 0.98% 0.8% -
XYZ 22.9 28.46 60.79 -
YUV 116.8 176.64 48.26 -
System Red Green Blue C M Y K H S L
Decimal 5 157 203 0.98 0.23 0 0.20 193.94 0.95 0.41
Hex 5 9D CB 62 17 0 14 C2 5F 29
Octal 5 235 313 142 27 0 24 302 137 51
Binary 101 10011101 11001011 1100010 10111 0 10100 11000010 1011111 101001

Color Harmonies of #059DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DCB

Black with #059DCB

Text Example


Text Example

White with #059DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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