Html Css Color HEX #059CCD Pacific Blue

📋 copy color: '#059CCD'

red 5 ◦ green 156 ◦ blue 205

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

Shades of Pacific Blue #059CCD

Tints of Pacific Blue #059CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 1.37%
G = 42.62%
B = 56.01%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#059CCD (or 0x059CCD) is known color: Pacific Blue. HEX triplet: 05, 9C and CD. RGB value is (5,156,205). Sum of RGB (Red+Green+Blue) = 5+156+205=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #059CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CCD is #FA6332. Grayscale: #747474. Windows color (decimal): -16409395 or 13474821. OLE color: 13474821.

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

Color convert

RGB 5 156 205 -
CMYK 0.98 0.24 0 0.20
HSL 194.7º 0.95% 0.41% -
HSV(B) 194.7º 0.98% 0.8% -
XYZ 22.97 28.22 61.99 -
YUV 116.44 177.97 48.52 -
System Red Green Blue C M Y K H S L
Decimal 5 156 205 0.98 0.24 0 0.20 194.7 0.95 0.41
Hex 5 9C CD 62 18 0 14 C3 5F 29
Octal 5 234 315 142 30 0 24 303 137 51
Binary 101 10011100 11001101 1100010 11000 0 10100 11000011 1011111 101001

Color Harmonies of #059CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CCD

Black with #059CCD

Text Example


Text Example

White with #059CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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