Html Css Color HEX #0599BE Pacific Blue

📋 copy color: '#0599BE'

red 5 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #0599BE

Tints of Pacific Blue #0599BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 1.44%
G = 43.97%
B = 54.6%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0599BE (or 0x0599BE) is known color: Pacific Blue. HEX triplet: 05, 99 and BE. RGB value is (5,153,190). Sum of RGB (Red+Green+Blue) = 5+153+190=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #0599BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599BE is #FA6641. Grayscale: #707070. Windows color (decimal): -16410178 or 12491013. OLE color: 12491013.

HSL color Cylindrical-coordinate representation of color #0599BE: hue angle of 192º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599BE is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 153 190 -
CMYK 0.97 0.19 0 0.25
HSL 192º 0.95% 0.38% -
HSV(B) 192º 0.97% 0.75% -
XYZ 20.75 26.53 52.74 -
YUV 112.97 171.47 50.99 -
System Red Green Blue C M Y K H S L
Decimal 5 153 190 0.97 0.19 0 0.25 192 0.95 0.38
Hex 5 99 BE 61 13 0 19 C0 5F 26
Octal 5 231 276 141 23 0 31 300 137 46
Binary 101 10011001 10111110 1100001 10011 0 11001 11000000 1011111 100110

Color Harmonies of #0599BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0599BE

Black with #0599BE

Text Example


Text Example

White with #0599BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0599BE; }

 p { color: rgb(5,153,190); }

 H1.HeaderClassName
 {
   color: #0599BE;
 }
 .AnyTagClassName
 {
   color: #0599BE;
 }
</style>

background-color css

<style>
 a { background-color: #0599BE; }

 a { background-color: rgb(5,153,190); }

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

border-color css

<style>
 span { border-color: #0599BE; }

 span { border-color: rgb(5,153,190); }

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