Html Css Color HEX #0599DD Pacific Blue

📋 copy color: '#0599DD'

red 5 ◦ green 153 ◦ blue 221

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

Shades of Pacific Blue #0599DD

Tints of Pacific Blue #0599DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 1.32%
G = 40.37%
B = 58.31%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0599DD (or 0x0599DD) is known color: Pacific Blue. HEX triplet: 05, 99 and DD. RGB value is (5,153,221). Sum of RGB (Red+Green+Blue) = 5+153+221=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #0599DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599DD is #FA6622. Grayscale: #747474. Windows color (decimal): -16410147 or 14522629. OLE color: 14522629.

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

Color convert

RGB 5 153 221 -
CMYK 0.98 0.31 0 0.13
HSL 198.89º 0.96% 0.44% -
HSV(B) 198.89º 0.98% 0.87% -
XYZ 24.5 28.04 72.53 -
YUV 116.5 186.97 48.47 -
System Red Green Blue C M Y K H S L
Decimal 5 153 221 0.98 0.31 0 0.13 198.89 0.96 0.44
Hex 5 99 DD 62 1F 0 D C7 60 2C
Octal 5 231 335 142 37 0 15 307 140 54
Binary 101 10011001 11011101 1100010 11111 0 1101 11000111 1100000 101100

Color Harmonies of #0599DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0599DD

Black with #0599DD

Text Example


Text Example

White with #0599DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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