Html Css Color HEX #0096C9 Pacific Blue

📋 copy color: '#0096C9'

red 0 ◦ green 150 ◦ blue 201

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

Shades of Pacific Blue #0096C9

Tints of Pacific Blue #0096C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.26%

R = 0%
G = 42.74%
B = 57.26%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0096C9 (or 0x0096C9) is known color: Pacific Blue. HEX triplet: 00, 96 and C9. RGB value is (0,150,201). Sum of RGB (Red+Green+Blue) = 0+150+201=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #0096C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096C9 is #FF6936. Grayscale: #6E6E6E. Windows color (decimal): -16738615 or 13211136. OLE color: 13211136.

HSL color Cylindrical-coordinate representation of color #0096C9: hue angle of 195.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096C9 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 150 201 -
CMYK 1 0.25 0 0.21
HSL 195.22º 1% 0.39% -
HSV(B) 195.22º 1% 0.79% -
XYZ 21.45 26.03 59.15 -
YUV 110.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 0 150 201 1 0.25 0 0.21 195.22 1 0.39
Hex 0 96 C9 64 19 0 15 C3 64 27
Octal 0 226 311 144 31 0 25 303 144 47
Binary 0 10010110 11001001 1100100 11001 0 10101 11000011 1100100 100111

Color Harmonies of #0096C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096C9

Black with #0096C9

Text Example


Text Example

White with #0096C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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