Html Css Color HEX #059CCF Pacific Blue

📋 copy color: '#059CCF'

red 5 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #059CCF

Tints of Pacific Blue #059CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

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

R = 1.36%
G = 42.39%
B = 56.25%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#059CCF (or 0x059CCF) is known color: Pacific Blue. HEX triplet: 05, 9C and CF. RGB value is (5,156,207). Sum of RGB (Red+Green+Blue) = 5+156+207=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #059CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CCF is #FA6330. Grayscale: #747474. Windows color (decimal): -16409393 or 13605893. OLE color: 13605893.

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

Color convert

RGB 5 156 207 -
CMYK 0.98 0.25 0 0.19
HSL 195.15º 0.95% 0.42% -
HSV(B) 195.15º 0.98% 0.81% -
XYZ 23.21 28.31 63.27 -
YUV 116.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 5 156 207 0.98 0.25 0 0.19 195.15 0.95 0.42
Hex 5 9C CF 62 19 0 13 C3 5F 2A
Octal 5 234 317 142 31 0 23 303 137 52
Binary 101 10011100 11001111 1100010 11001 0 10011 11000011 1011111 101010

Color Harmonies of #059CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CCF

Black with #059CCF

Text Example


Text Example

White with #059CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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