Html Css Color HEX #0196DD Pacific Blue

📋 copy color: '#0196DD'

red 1 ◦ green 150 ◦ blue 221

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

Shades of Pacific Blue #0196DD

Tints of Pacific Blue #0196DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 0.27%
G = 40.32%
B = 59.41%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0196DD (or 0x0196DD) is known color: Pacific Blue. HEX triplet: 01, 96 and DD. RGB value is (1,150,221). Sum of RGB (Red+Green+Blue) = 1+150+221=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #0196DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196DD is #FE6922. Grayscale: #717171. Windows color (decimal): -16673059 or 14521857. OLE color: 14521857.

HSL color Cylindrical-coordinate representation of color #0196DD: hue angle of 199.36º 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 #0196DD is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 150 221 -
CMYK 1.00 0.32 0 0.13
HSL 199.36º 0.99% 0.44% -
HSV(B) 199.36º 1% 0.87% -
XYZ 23.97 27.04 72.36 -
YUV 113.54 188.64 47.73 -
System Red Green Blue C M Y K H S L
Decimal 1 150 221 1.00 0.32 0 0.13 199.36 0.99 0.44
Hex 1 96 DD 64 20 0 D C7 63 2C
Octal 1 226 335 144 40 0 15 307 143 54
Binary 1 10010110 11011101 1100100 100000 0 1101 11000111 1100011 101100

Color Harmonies of #0196DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0196DD

Black with #0196DD

Text Example


Text Example

White with #0196DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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