#109EDD

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

Shades of Pacific Blue #109EDD

Tints of Pacific Blue #109EDD

Color information

#109EDD (or 0x109EDD) is unknown color: approx Pacific Blue. HEX triplet: 10, 9E and DD. RGB value is (16,158,221). Sum of RGB (Red+Green+Blue) = 16+158+221=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #109EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EDD is #EF6122. Grayscale: #7A7A7A. Windows color (decimal): -15687971 or 14523920. OLE color: 14523920.

HSL color Cylindrical-coordinate representation of color #109EDD: hue angle of 198.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109EDD is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16158221-
CMYK0.930.2900.13
HSL198.44º86.5%46.47%-
HSV(B)198.44º92.76%86.67%-
XYZ25.4929.7872.81-
YUV122.72183.4651.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.05%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=4.05%
G=40%
B=55.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161582210.930.2900.13198.4486.546.47
Hex109EDD5D1D0Dc6562e
Octal202363351353501530612656
Binary10000100111101101110110111011110101101110001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109EDD; }

 p { color: rgb(16,158,221); }

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

<style>
 a { background-color: #109EDD; }

 a { background-color: rgb(16,158,221); }

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

<style>
 span { border-color: #109EDD; }

 span { border-color: rgb(16,158,221); }

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