#0C9BBF

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

Shades of Pacific Blue #0C9BBF

Tints of Pacific Blue #0C9BBF

Color information

#0C9BBF (or 0x0C9BBF) is unknown color: approx Pacific Blue. HEX triplet: 0C, 9B and BF. RGB value is (12,155,191). Sum of RGB (Red+Green+Blue) = 12+155+191=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C9BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BBF is #F36440. Grayscale: #747474. Windows color (decimal): -15950913 or 12557068. OLE color: 12557068.

HSL color Cylindrical-coordinate representation of color #0C9BBF: hue angle of 192.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C9BBF is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12155191-
CMYK0.940.1900.25
HSL192.07º88.18%39.8%-
HSV(B)192.07º93.72%74.9%-
XYZ21.2827.2853.43-
YUV116.35170.1253.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.35%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 191 (75% from 255) = 53.35%
R=3.35%
G=43.30%
B=53.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121551910.940.1900.25192.0788.1839.8
HexC9BBF5E13019c05828
Octal142332771362303130013050
Binary11001001101110111111101111010011011001110000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C9BBF; }

 p { color: rgb(12,155,191); }

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

<style>
 a { background-color: #0C9BBF; }

 a { background-color: rgb(12,155,191); }

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

<style>
 span { border-color: #0C9BBF; }

 span { border-color: rgb(12,155,191); }

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