Html Css Color HEX #0096CF Pacific Blue

📋 copy color: '#0096CF'

red 0 ◦ green 150 ◦ blue 207

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

Shades of Pacific Blue #0096CF

Tints of Pacific Blue #0096CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 0%
G = 42.02%
B = 57.98%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0096CF (or 0x0096CF) is known color: Pacific Blue. HEX triplet: 00, 96 and CF. RGB value is (0,150,207). Sum of RGB (Red+Green+Blue) = 0+150+207=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #0096CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096CF is #FF6930. Grayscale: #6F6F6F. Windows color (decimal): -16738609 or 13604352. OLE color: 13604352.

HSL color Cylindrical-coordinate representation of color #0096CF: hue angle of 196.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096CF is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 150 207 -
CMYK 1 0.28 0 0.19
HSL 196.52º 1% 0.41% -
HSV(B) 196.52º 1% 0.81% -
XYZ 22.17 26.32 62.94 -
YUV 111.65 181.81 48.37 -
System Red Green Blue C M Y K H S L
Decimal 0 150 207 1 0.28 0 0.19 196.52 1 0.41
Hex 0 96 CF 64 1C 0 13 C5 64 29
Octal 0 226 317 144 34 0 23 305 144 51
Binary 0 10010110 11001111 1100100 11100 0 10011 11000101 1100100 101001

Color Harmonies of #0096CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096CF

Black with #0096CF

Text Example


Text Example

White with #0096CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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