Html Css Color HEX #0596DF Pacific Blue

📋 copy color: '#0596DF'

red 5 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0596DF

Tints of Pacific Blue #0596DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 1.32%
G = 39.68%
B = 58.99%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0596DF (or 0x0596DF) is known color: Pacific Blue. HEX triplet: 05, 96 and DF. RGB value is (5,150,223). Sum of RGB (Red+Green+Blue) = 5+150+223=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #0596DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596DF is #FA6920. Grayscale: #727272. Windows color (decimal): -16410913 or 14652933. OLE color: 14652933.

HSL color Cylindrical-coordinate representation of color #0596DF: hue angle of 200.09º 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 #0596DF is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 150 223 -
CMYK 0.98 0.33 0 0.13
HSL 200.09º 0.96% 0.45% -
HSV(B) 200.09º 0.98% 0.87% -
XYZ 24.29 27.17 73.78 -
YUV 114.97 188.96 49.56 -
System Red Green Blue C M Y K H S L
Decimal 5 150 223 0.98 0.33 0 0.13 200.09 0.96 0.45
Hex 5 96 DF 62 21 0 D C8 60 2D
Octal 5 226 337 142 41 0 15 310 140 55
Binary 101 10010110 11011111 1100010 100001 0 1101 11001000 1100000 101101

Color Harmonies of #0596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0596DF

Black with #0596DF

Text Example


Text Example

White with #0596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0596DF; }

 p { color: rgb(5,150,223); }

 H1.HeaderClassName
 {
   color: #0596DF;
 }
 .AnyTagClassName
 {
   color: #0596DF;
 }
</style>

background-color css

<style>
 a { background-color: #0596DF; }

 a { background-color: rgb(5,150,223); }

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

border-color css

<style>
 span { border-color: #0596DF; }

 span { border-color: rgb(5,150,223); }

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