#0996E0

Color #0996E0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0996E0

Tints of Pacific Blue #0996E0

Color information

#0996E0 (or 0x0996E0) is unknown color: approx Pacific Blue. HEX triplet: 09, 96 and E0. RGB value is (9,150,224). Sum of RGB (Red+Green+Blue) = 9+150+224=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #0996E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996E0 is #F6691F. Grayscale: #737373. Windows color (decimal): -16148768 or 14718473. OLE color: 14718473.

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

Color convert

RGB9150224-
CMYK0.960.3300.12
HSL200.65º92.27%45.69%-
HSV(B)200.65º95.98%87.84%-
XYZ24.4727.2574.49-
YUV116.28188.7951.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.35%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 224 (87.89% from 255) = 58.49%
R=2.35%
G=39.16%
B=58.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal91502240.960.3300.12200.6592.2745.69
Hex996E060210Cc95c2e
Octal112263401404101431113456
Binary10011001011011100000110000010000101100110010011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0996E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0996E0;
 }
 .AnyTagClassName
 {
   color: #0996E0;
 }
</style>
background-color css

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

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

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

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

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

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