#009BDD

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

Shades of Pacific Blue #009BDD

Tints of Pacific Blue #009BDD

Color information

#009BDD (or 0x009BDD) is unknown color: approx Pacific Blue. HEX triplet: 00, 9B and DD. RGB value is (0,155,221). Sum of RGB (Red+Green+Blue) = 0+155+221=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #009BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDD is #FF6422. Grayscale: #737373. Windows color (decimal): -16737315 or 14523136. OLE color: 14523136.

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

Color convert

RGB0155221-
CMYK10.3000.13
HSL197.92º100%43.33%-
HSV(B)197.92º100%86.67%-
XYZ24.7728.6672.63-
YUV116.18187.1545.13-

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) = 41.22%
BLUE value IS 221 (86.72% from 255) = 58.78%
R=0%
G=41.22%
B=58.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal015522110.3000.13197.9210043.33
Hex09BDD641E0Dc6642b
Octal02333351443601530614453
Binary0100110111101110111001001111001101110001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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