Html Css Color HEX #059DDE Pacific Blue

📋 copy color: '#059DDE'

red 5 ◦ green 157 ◦ blue 222

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

Shades of Pacific Blue #059DDE

Tints of Pacific Blue #059DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 1.3%
G = 40.89%
B = 57.81%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#059DDE (or 0x059DDE) is known color: Pacific Blue. HEX triplet: 05, 9D and DE. RGB value is (5,157,222). Sum of RGB (Red+Green+Blue) = 5+157+222=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #059DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DDE is #FA6221. Grayscale: #767676. Windows color (decimal): -16409122 or 14589189. OLE color: 14589189.

HSL color Cylindrical-coordinate representation of color #059DDE: hue angle of 197.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DDE is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 157 222 -
CMYK 0.98 0.29 0 0.13
HSL 197.97º 0.96% 0.45% -
HSV(B) 197.97º 0.98% 0.87% -
XYZ 25.3 29.42 73.45 -
YUV 118.96 186.14 46.71 -
System Red Green Blue C M Y K H S L
Decimal 5 157 222 0.98 0.29 0 0.13 197.97 0.96 0.45
Hex 5 9D DE 62 1D 0 D C6 60 2D
Octal 5 235 336 142 35 0 15 306 140 55
Binary 101 10011101 11011110 1100010 11101 0 1101 11000110 1100000 101101

Color Harmonies of #059DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DDE

Black with #059DDE

Text Example


Text Example

White with #059DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,222); }

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

background-color css

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

 a { background-color: rgb(5,157,222); }

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

border-color css

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

 span { border-color: rgb(5,157,222); }

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