Html Css Color HEX #0593CF Pacific Blue

📋 copy color: '#0593CF'

red 5 ◦ green 147 ◦ blue 207

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

Shades of Pacific Blue #0593CF

Tints of Pacific Blue #0593CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 1.39%
G = 40.95%
B = 57.66%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0593CF (or 0x0593CF) is known color: Pacific Blue. HEX triplet: 05, 93 and CF. RGB value is (5,147,207). Sum of RGB (Red+Green+Blue) = 5+147+207=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #0593CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593CF is #FA6C30. Grayscale: #6E6E6E. Windows color (decimal): -16411697 or 13603589. OLE color: 13603589.

HSL color Cylindrical-coordinate representation of color #0593CF: hue angle of 197.82º 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 #0593CF is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 147 207 -
CMYK 0.98 0.29 0 0.19
HSL 197.82º 0.95% 0.42% -
HSV(B) 197.82º 0.98% 0.81% -
XYZ 21.76 25.4 62.79 -
YUV 111.38 181.96 52.12 -
System Red Green Blue C M Y K H S L
Decimal 5 147 207 0.98 0.29 0 0.19 197.82 0.95 0.42
Hex 5 93 CF 62 1D 0 13 C6 5F 2A
Octal 5 223 317 142 35 0 23 306 137 52
Binary 101 10010011 11001111 1100010 11101 0 10011 11000110 1011111 101010

Color Harmonies of #0593CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0593CF

Black with #0593CF

Text Example


Text Example

White with #0593CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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