#009CDE

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

Shades of Pacific Blue #009CDE

Tints of Pacific Blue #009CDE

Color information

#009CDE (or 0x009CDE) is unknown color: approx Pacific Blue. HEX triplet: 00, 9C and DE. RGB value is (0,156,222). Sum of RGB (Red+Green+Blue) = 0+156+222=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #009CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDE is #FF6321. Grayscale: #747474. Windows color (decimal): -16737058 or 14588928. OLE color: 14588928.

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

Color convert

RGB0156222-
CMYK10.3000.13
HSL197.84º100%43.53%-
HSV(B)197.84º100%87.06%-
XYZ25.0729.0573.39-
YUV116.88187.3244.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=0%
G=41.27%
B=58.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal015622210.3000.13197.8410043.53
Hex09CDE641E0Dc6642c
Octal02343361443601530614454
Binary0100111001101111011001001111001101110001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,156,222); }

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

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

 a { background-color: rgb(0,156,222); }

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

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

 span { border-color: rgb(0,156,222); }

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