Html Css Color HEX #0196DF Pacific Blue

📋 copy color: '#0196DF'

red 1 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0196DF

Tints of Pacific Blue #0196DF

RGB

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

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

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

R = 0.27%
G = 40.11%
B = 59.63%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0196DF (or 0x0196DF) is known color: Pacific Blue. HEX triplet: 01, 96 and DF. RGB value is (1,150,223). Sum of RGB (Red+Green+Blue) = 1+150+223=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #0196DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196DF is #FE6920. Grayscale: #717171. Windows color (decimal): -16673057 or 14652929. OLE color: 14652929.

HSL color Cylindrical-coordinate representation of color #0196DF: hue angle of 199.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196DF is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 150 223 -
CMYK 1.00 0.33 0 0.13
HSL 199.73º 0.99% 0.44% -
HSV(B) 199.73º 1% 0.87% -
XYZ 24.24 27.15 73.77 -
YUV 113.77 189.64 47.56 -
System Red Green Blue C M Y K H S L
Decimal 1 150 223 1.00 0.33 0 0.13 199.73 0.99 0.44
Hex 1 96 DF 64 21 0 D C8 63 2C
Octal 1 226 337 144 41 0 15 310 143 54
Binary 1 10010110 11011111 1100100 100001 0 1101 11001000 1100011 101100

Color Harmonies of #0196DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0196DF

Black with #0196DF

Text Example


Text Example

White with #0196DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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