Html Css Color HEX #0196DC Pacific Blue

📋 copy color: '#0196DC'

red 1 ◦ green 150 ◦ blue 220

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

Shades of Pacific Blue #0196DC

Tints of Pacific Blue #0196DC

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 0.27%
G = 40.43%
B = 59.3%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0196DC (or 0x0196DC) is known color: Pacific Blue. HEX triplet: 01, 96 and DC. RGB value is (1,150,220). Sum of RGB (Red+Green+Blue) = 1+150+220=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #0196DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196DC is #FE6923. Grayscale: #717171. Windows color (decimal): -16673060 or 14456321. OLE color: 14456321.

HSL color Cylindrical-coordinate representation of color #0196DC: hue angle of 199.18º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196DC is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 150 220 -
CMYK 1.00 0.32 0 0.14
HSL 199.18º 0.99% 0.43% -
HSV(B) 199.18º 1% 0.86% -
XYZ 23.84 26.99 71.66 -
YUV 113.43 188.14 47.81 -
System Red Green Blue C M Y K H S L
Decimal 1 150 220 1.00 0.32 0 0.14 199.18 0.99 0.43
Hex 1 96 DC 64 20 0 E C7 63 2B
Octal 1 226 334 144 40 0 16 307 143 53
Binary 1 10010110 11011100 1100100 100000 0 1110 11000111 1100011 101011

Color Harmonies of #0196DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0196DC

Black with #0196DC

Text Example


Text Example

White with #0196DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0196DC; }

 p { color: rgb(1,150,220); }

 H1.HeaderClassName
 {
   color: #0196DC;
 }
 .AnyTagClassName
 {
   color: #0196DC;
 }
</style>

background-color css

<style>
 a { background-color: #0196DC; }

 a { background-color: rgb(1,150,220); }

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

border-color css

<style>
 span { border-color: #0196DC; }

 span { border-color: rgb(1,150,220); }

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