Html Css Color HEX #0599CE Pacific Blue

📋 copy color: '#0599CE'

red 5 ◦ green 153 ◦ blue 206

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

Shades of Pacific Blue #0599CE

Tints of Pacific Blue #0599CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 1.37%
G = 42.03%
B = 56.59%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0599CE (or 0x0599CE) is known color: Pacific Blue. HEX triplet: 05, 99 and CE. RGB value is (5,153,206). Sum of RGB (Red+Green+Blue) = 5+153+206=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #0599CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599CE is #FA6631. Grayscale: #727272. Windows color (decimal): -16410162 or 13539589. OLE color: 13539589.

HSL color Cylindrical-coordinate representation of color #0599CE: hue angle of 195.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0599CE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 153 206 -
CMYK 0.98 0.26 0 0.19
HSL 195.82º 0.95% 0.41% -
HSV(B) 195.82º 0.98% 0.81% -
XYZ 22.59 27.27 62.47 -
YUV 114.79 179.47 49.69 -
System Red Green Blue C M Y K H S L
Decimal 5 153 206 0.98 0.26 0 0.19 195.82 0.95 0.41
Hex 5 99 CE 62 1A 0 13 C4 5F 29
Octal 5 231 316 142 32 0 23 304 137 51
Binary 101 10011001 11001110 1100010 11010 0 10011 11000100 1011111 101001

Color Harmonies of #0599CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0599CE

Black with #0599CE

Text Example


Text Example

White with #0599CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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