Html Css Color HEX #059FCB Pacific Blue

📋 copy color: '#059FCB'

red 5 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #059FCB

Tints of Pacific Blue #059FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.32%

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

R = 1.36%
G = 43.32%
B = 55.31%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#059FCB (or 0x059FCB) is known color: Pacific Blue. HEX triplet: 05, 9F and CB. RGB value is (5,159,203). Sum of RGB (Red+Green+Blue) = 5+159+203=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #059FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FCB is #FA6034. Grayscale: #757575. Windows color (decimal): -16408629 or 13344517. OLE color: 13344517.

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

Color convert

RGB 5 159 203 -
CMYK 0.98 0.22 0 0.20
HSL 193.33º 0.95% 0.41% -
HSV(B) 193.33º 0.98% 0.8% -
XYZ 23.24 29.14 60.9 -
YUV 117.97 175.98 47.42 -
System Red Green Blue C M Y K H S L
Decimal 5 159 203 0.98 0.22 0 0.20 193.33 0.95 0.41
Hex 5 9F CB 62 16 0 14 C1 5F 29
Octal 5 237 313 142 26 0 24 301 137 51
Binary 101 10011111 11001011 1100010 10110 0 10100 11000001 1011111 101001

Color Harmonies of #059FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FCB

Black with #059FCB

Text Example


Text Example

White with #059FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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