Html Css Color HEX #059FC9 Pacific Blue

📋 copy color: '#059FC9'

red 5 ◦ green 159 ◦ blue 201

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

Shades of Pacific Blue #059FC9

Tints of Pacific Blue #059FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.07%

R = 1.37%
G = 43.56%
B = 55.07%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#059FC9 (or 0x059FC9) is known color: Pacific Blue. HEX triplet: 05, 9F and C9. RGB value is (5,159,201). Sum of RGB (Red+Green+Blue) = 5+159+201=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #059FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FC9 is #FA6036. Grayscale: #757575. Windows color (decimal): -16408631 or 13213445. OLE color: 13213445.

HSL color Cylindrical-coordinate representation of color #059FC9: hue angle of 192.86º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FC9 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 159 201 -
CMYK 0.98 0.21 0 0.21
HSL 192.86º 0.95% 0.4% -
HSV(B) 192.86º 0.98% 0.79% -
XYZ 23 29.05 59.65 -
YUV 117.74 174.98 47.58 -
System Red Green Blue C M Y K H S L
Decimal 5 159 201 0.98 0.21 0 0.21 192.86 0.95 0.4
Hex 5 9F C9 62 15 0 15 C1 5F 28
Octal 5 237 311 142 25 0 25 301 137 50
Binary 101 10011111 11001001 1100010 10101 0 10101 11000001 1011111 101000

Color Harmonies of #059FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FC9

Black with #059FC9

Text Example


Text Example

White with #059FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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