Html Css Color HEX #0996DF Pacific Blue

📋 copy color: '#0996DF'

red 9 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0996DF

Tints of Pacific Blue #0996DF

RGB

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

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

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

R = 2.36%
G = 39.27%
B = 58.38%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0996DF (or 0x0996DF) is known color: Pacific Blue. HEX triplet: 09, 96 and DF. RGB value is (9,150,223). Sum of RGB (Red+Green+Blue) = 9+150+223=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #0996DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996DF is #F66920. Grayscale: #737373. Windows color (decimal): -16148769 or 14652937. OLE color: 14652937.

HSL color Cylindrical-coordinate representation of color #0996DF: hue angle of 200.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0996DF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 150 223 -
CMYK 0.96 0.33 0 0.13
HSL 200.47º 0.92% 0.45% -
HSV(B) 200.47º 0.96% 0.87% -
XYZ 24.34 27.2 73.78 -
YUV 116.16 188.29 51.56 -
System Red Green Blue C M Y K H S L
Decimal 9 150 223 0.96 0.33 0 0.13 200.47 0.92 0.45
Hex 9 96 DF 60 21 0 D C8 5C 2D
Octal 11 226 337 140 41 0 15 310 134 55
Binary 1001 10010110 11011111 1100000 100001 0 1101 11001000 1011100 101101

Color Harmonies of #0996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996DF

Black with #0996DF

Text Example


Text Example

White with #0996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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