Html Css Color HEX #0793CD Pacific Blue

📋 copy color: '#0793CD'

red 7 ◦ green 147 ◦ blue 205

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

Shades of Pacific Blue #0793CD

Tints of Pacific Blue #0793CD

RGB

 RED value IS 7 (3.13% from 255) = 1.95%

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

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 1.95%
G = 40.95%
B = 57.1%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0793CD (or 0x0793CD) is known color: Pacific Blue. HEX triplet: 07, 93 and CD. RGB value is (7,147,205). Sum of RGB (Red+Green+Blue) = 7+147+205=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #0793CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793CD is #F86C32. Grayscale: #6F6F6F. Windows color (decimal): -16280627 or 13472519. OLE color: 13472519.

HSL color Cylindrical-coordinate representation of color #0793CD: hue angle of 197.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0793CD is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 147 205 -
CMYK 0.97 0.28 0 0.20
HSL 197.58º 0.93% 0.42% -
HSV(B) 197.58º 0.97% 0.8% -
XYZ 21.54 25.32 61.51 -
YUV 111.75 180.62 53.28 -
System Red Green Blue C M Y K H S L
Decimal 7 147 205 0.97 0.28 0 0.20 197.58 0.93 0.42
Hex 7 93 CD 61 1C 0 14 C6 5D 2A
Octal 7 223 315 141 34 0 24 306 135 52
Binary 111 10010011 11001101 1100001 11100 0 10100 11000110 1011101 101010

Color Harmonies of #0793CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0793CD

Black with #0793CD

Text Example


Text Example

White with #0793CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0793CD; }

 p { color: rgb(7,147,205); }

 H1.HeaderClassName
 {
   color: #0793CD;
 }
 .AnyTagClassName
 {
   color: #0793CD;
 }
</style>

background-color css

<style>
 a { background-color: #0793CD; }

 a { background-color: rgb(7,147,205); }

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

border-color css

<style>
 span { border-color: #0793CD; }

 span { border-color: rgb(7,147,205); }

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