#009BCA

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

Shades of Pacific Blue #009BCA

Tints of Pacific Blue #009BCA

Color information

#009BCA (or 0x009BCA) is unknown color: approx Pacific Blue. HEX triplet: 00, 9B and CA. RGB value is (0,155,202). Sum of RGB (Red+Green+Blue) = 0+155+202=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #009BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BCA is #FF6435. Grayscale: #717171. Windows color (decimal): -16737334 or 13277952. OLE color: 13277952.

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

Color convert

RGB0155202-
CMYK10.2300.21
HSL193.96º100%39.61%-
HSV(B)193.96º100%79.22%-
XYZ22.3827.7160.05-
YUV114.01177.6546.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=0%
G=43.42%
B=56.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal015520210.2300.21193.9610039.61
Hex09BCA6417015c26428
Octal02333121442702530214450
Binary01001101111001010110010010111010101110000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009BCA; }

 p { color: rgb(0,155,202); }

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

<style>
 a { background-color: #009BCA; }

 a { background-color: rgb(0,155,202); }

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

<style>
 span { border-color: #009BCA; }

 span { border-color: rgb(0,155,202); }

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