Html Css Color HEX #059FCF Pacific Blue

📋 copy color: '#059FCF'

red 5 ◦ green 159 ◦ blue 207

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

Shades of Pacific Blue #059FCF

Tints of Pacific Blue #059FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 1.35%
G = 42.86%
B = 55.8%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#059FCF (or 0x059FCF) is known color: Pacific Blue. HEX triplet: 05, 9F and CF. RGB value is (5,159,207). Sum of RGB (Red+Green+Blue) = 5+159+207=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #059FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FCF is #FA6030. Grayscale: #767676. Windows color (decimal): -16408625 or 13606661. OLE color: 13606661.

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

Color convert

RGB 5 159 207 -
CMYK 0.98 0.23 0 0.19
HSL 194.26º 0.95% 0.42% -
HSV(B) 194.26º 0.98% 0.81% -
XYZ 23.72 29.33 63.44 -
YUV 118.43 177.98 47.1 -
System Red Green Blue C M Y K H S L
Decimal 5 159 207 0.98 0.23 0 0.19 194.26 0.95 0.42
Hex 5 9F CF 62 17 0 13 C2 5F 2A
Octal 5 237 317 142 27 0 23 302 137 52
Binary 101 10011111 11001111 1100010 10111 0 10011 11000010 1011111 101010

Color Harmonies of #059FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FCF

Black with #059FCF

Text Example


Text Example

White with #059FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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