Html Css Color HEX #0096DF Pacific Blue

📋 copy color: '#0096DF'

red 0 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0096DF

Tints of Pacific Blue #0096DF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.21%
B = 59.79%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0096DF (or 0x0096DF) is known color: Pacific Blue. HEX triplet: 00, 96 and DF. RGB value is (0,150,223). Sum of RGB (Red+Green+Blue) = 0+150+223=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #0096DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096DF is #FF6920. Grayscale: #717171. Windows color (decimal): -16738593 or 14652928. OLE color: 14652928.

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

Color convert

RGB 0 150 223 -
CMYK 1 0.33 0 0.13
HSL 199.64º 1% 0.44% -
HSV(B) 199.64º 1% 0.87% -
XYZ 24.23 27.14 73.77 -
YUV 113.47 189.81 47.06 -
System Red Green Blue C M Y K H S L
Decimal 0 150 223 1 0.33 0 0.13 199.64 1 0.44
Hex 0 96 DF 64 21 0 D C8 64 2C
Octal 0 226 337 144 41 0 15 310 144 54
Binary 0 10010110 11011111 1100100 100001 0 1101 11001000 1100100 101100

Color Harmonies of #0096DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096DF

Black with #0096DF

Text Example


Text Example

White with #0096DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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