Html Css Color HEX #0696CF Pacific Blue

📋 copy color: '#0696CF'

red 6 ◦ green 150 ◦ blue 207

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

Shades of Pacific Blue #0696CF

Tints of Pacific Blue #0696CF

RGB

 RED value IS 6 (2.73% from 255) = 1.65%

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

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

R = 1.65%
G = 41.32%
B = 57.02%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0696CF (or 0x0696CF) is known color: Pacific Blue. HEX triplet: 06, 96 and CF. RGB value is (6,150,207). Sum of RGB (Red+Green+Blue) = 6+150+207=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #0696CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696CF is #F96930. Grayscale: #717171. Windows color (decimal): -16345393 or 13604358. OLE color: 13604358.

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

Color convert

RGB 6 150 207 -
CMYK 0.97 0.28 0 0.19
HSL 197.01º 0.94% 0.42% -
HSV(B) 197.01º 0.97% 0.81% -
XYZ 22.24 26.36 62.95 -
YUV 113.44 180.79 51.37 -
System Red Green Blue C M Y K H S L
Decimal 6 150 207 0.97 0.28 0 0.19 197.01 0.94 0.42
Hex 6 96 CF 61 1C 0 13 C5 5E 2A
Octal 6 226 317 141 34 0 23 305 136 52
Binary 110 10010110 11001111 1100001 11100 0 10011 11000101 1011110 101010

Color Harmonies of #0696CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696CF

Black with #0696CF

Text Example


Text Example

White with #0696CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,150,207); }

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

background-color css

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

 a { background-color: rgb(6,150,207); }

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

border-color css

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

 span { border-color: rgb(6,150,207); }

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