Html Css Color HEX #0696CD Pacific Blue

📋 copy color: '#0696CD'

red 6 ◦ green 150 ◦ blue 205

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

Shades of Pacific Blue #0696CD

Tints of Pacific Blue #0696CD

RGB

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

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

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

R = 1.66%
G = 41.55%
B = 56.79%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0696CD (or 0x0696CD) is known color: Pacific Blue. HEX triplet: 06, 96 and CD. RGB value is (6,150,205). Sum of RGB (Red+Green+Blue) = 6+150+205=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #0696CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696CD is #F96932. Grayscale: #707070. Windows color (decimal): -16345395 or 13473286. OLE color: 13473286.

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

Color convert

RGB 6 150 205 -
CMYK 0.97 0.27 0 0.20
HSL 196.58º 0.94% 0.41% -
HSV(B) 196.58º 0.97% 0.8% -
XYZ 22 26.26 61.67 -
YUV 113.21 179.79 51.53 -
System Red Green Blue C M Y K H S L
Decimal 6 150 205 0.97 0.27 0 0.20 196.58 0.94 0.41
Hex 6 96 CD 61 1B 0 14 C5 5E 29
Octal 6 226 315 141 33 0 24 305 136 51
Binary 110 10010110 11001101 1100001 11011 0 10100 11000101 1011110 101001

Color Harmonies of #0696CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696CD

Black with #0696CD

Text Example


Text Example

White with #0696CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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