Html Css Color HEX #0599CF Pacific Blue

📋 copy color: '#0599CF'

red 5 ◦ green 153 ◦ blue 207

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

Shades of Pacific Blue #0599CF

Tints of Pacific Blue #0599CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 1.37%
G = 41.92%
B = 56.71%

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

#0599CF (or 0x0599CF) is known color: Pacific Blue. HEX triplet: 05, 99 and CF. RGB value is (5,153,207). Sum of RGB (Red+Green+Blue) = 5+153+207=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #0599CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599CF is #FA6630. Grayscale: #727272. Windows color (decimal): -16410161 or 13605125. OLE color: 13605125.

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

Color convert

RGB 5 153 207 -
CMYK 0.98 0.26 0 0.19
HSL 196.04º 0.95% 0.42% -
HSV(B) 196.04º 0.98% 0.81% -
XYZ 22.72 27.32 63.11 -
YUV 114.9 179.97 49.61 -
System Red Green Blue C M Y K H S L
Decimal 5 153 207 0.98 0.26 0 0.19 196.04 0.95 0.42
Hex 5 99 CF 62 1A 0 13 C4 5F 2A
Octal 5 231 317 142 32 0 23 304 137 52
Binary 101 10011001 11001111 1100010 11010 0 10011 11000100 1011111 101010

Color Harmonies of #0599CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0599CF

Black with #0599CF

Text Example


Text Example

White with #0599CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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