Html Css Color HEX #0796DF Pacific Blue

📋 copy color: '#0796DF'

red 7 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0796DF

Tints of Pacific Blue #0796DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 1.84%
G = 39.47%
B = 58.68%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0796DF (or 0x0796DF) is known color: Pacific Blue. HEX triplet: 07, 96 and DF. RGB value is (7,150,223). Sum of RGB (Red+Green+Blue) = 7+150+223=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #0796DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796DF is #F86920. Grayscale: #737373. Windows color (decimal): -16279841 or 14652935. OLE color: 14652935.

HSL color Cylindrical-coordinate representation of color #0796DF: hue angle of 200.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0796DF is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 150 223 -
CMYK 0.97 0.33 0 0.13
HSL 200.28º 0.94% 0.45% -
HSV(B) 200.28º 0.97% 0.87% -
XYZ 24.31 27.19 73.78 -
YUV 115.57 188.62 50.56 -
System Red Green Blue C M Y K H S L
Decimal 7 150 223 0.97 0.33 0 0.13 200.28 0.94 0.45
Hex 7 96 DF 61 21 0 D C8 5E 2D
Octal 7 226 337 141 41 0 15 310 136 55
Binary 111 10010110 11011111 1100001 100001 0 1101 11001000 1011110 101101

Color Harmonies of #0796DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0796DF

Black with #0796DF

Text Example


Text Example

White with #0796DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0796DF; }

 p { color: rgb(7,150,223); }

 H1.HeaderClassName
 {
   color: #0796DF;
 }
 .AnyTagClassName
 {
   color: #0796DF;
 }
</style>

background-color css

<style>
 a { background-color: #0796DF; }

 a { background-color: rgb(7,150,223); }

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

border-color css

<style>
 span { border-color: #0796DF; }

 span { border-color: rgb(7,150,223); }

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