Html Css Color HEX #059CDA Pacific Blue

📋 copy color: '#059CDA'

red 5 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #059CDA

Tints of Pacific Blue #059CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 1.32%
G = 41.16%
B = 57.52%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#059CDA (or 0x059CDA) is known color: Pacific Blue. HEX triplet: 05, 9C and DA. RGB value is (5,156,218). Sum of RGB (Red+Green+Blue) = 5+156+218=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #059CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CDA is #FA6325. Grayscale: #757575. Windows color (decimal): -16409382 or 14326789. OLE color: 14326789.

HSL color Cylindrical-coordinate representation of color #059CDA: hue angle of 197.46º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CDA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 156 218 -
CMYK 0.98 0.28 0 0.15
HSL 197.46º 0.96% 0.44% -
HSV(B) 197.46º 0.98% 0.85% -
XYZ 24.61 28.87 70.61 -
YUV 117.92 184.47 47.46 -
System Red Green Blue C M Y K H S L
Decimal 5 156 218 0.98 0.28 0 0.15 197.46 0.96 0.44
Hex 5 9C DA 62 1C 0 F C5 60 2C
Octal 5 234 332 142 34 0 17 305 140 54
Binary 101 10011100 11011010 1100010 11100 0 1111 11000101 1100000 101100

Color Harmonies of #059CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CDA

Black with #059CDA

Text Example


Text Example

White with #059CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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