Html Css Color HEX #0996D5 Pacific Blue

📋 copy color: '#0996D5'

red 9 ◦ green 150 ◦ blue 213

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

Shades of Pacific Blue #0996D5

Tints of Pacific Blue #0996D5

RGB

 RED value IS 9 (3.91% from 255) = 2.42%

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

 BLUE value IS 213 (83.59% from 255) = 57.26%

R = 2.42%
G = 40.32%
B = 57.26%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0996D5 (or 0x0996D5) is known color: Pacific Blue. HEX triplet: 09, 96 and D5. RGB value is (9,150,213). Sum of RGB (Red+Green+Blue) = 9+150+213=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #0996D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996D5 is #F6692A. Grayscale: #727272. Windows color (decimal): -16148779 or 13997577. OLE color: 13997577.

HSL color Cylindrical-coordinate representation of color #0996D5: hue angle of 198.53º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0996D5 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 150 213 -
CMYK 0.96 0.30 0 0.16
HSL 198.53º 0.92% 0.44% -
HSV(B) 198.53º 0.96% 0.84% -
XYZ 23.03 26.67 66.89 -
YUV 115.02 183.29 52.38 -
System Red Green Blue C M Y K H S L
Decimal 9 150 213 0.96 0.30 0 0.16 198.53 0.92 0.44
Hex 9 96 D5 60 1E 0 10 C7 5C 2C
Octal 11 226 325 140 36 0 20 307 134 54
Binary 1001 10010110 11010101 1100000 11110 0 10000 11000111 1011100 101100

Color Harmonies of #0996D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996D5

Black with #0996D5

Text Example


Text Example

White with #0996D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0996D5; }

 p { color: rgb(9,150,213); }

 H1.HeaderClassName
 {
   color: #0996D5;
 }
 .AnyTagClassName
 {
   color: #0996D5;
 }
</style>

background-color css

<style>
 a { background-color: #0996D5; }

 a { background-color: rgb(9,150,213); }

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

border-color css

<style>
 span { border-color: #0996D5; }

 span { border-color: rgb(9,150,213); }

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