#0B9DE1

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

Shades of Pacific Blue #0B9DE1

Tints of Pacific Blue #0B9DE1

Color information

#0B9DE1 (or 0x0B9DE1) is unknown color: approx Pacific Blue. HEX triplet: 0B, 9D and E1. RGB value is (11,157,225). Sum of RGB (Red+Green+Blue) = 11+157+225=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #0B9DE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9DE1 is #F4621E. Grayscale: #787878. Windows color (decimal): -16015903 or 14785803. OLE color: 14785803.

HSL color Cylindrical-coordinate representation of color #0B9DE1: hue angle of 199.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9DE1 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11157225-
CMYK0.950.3000.12
HSL199.07º90.68%46.27%-
HSV(B)199.07º95.11%88.24%-
XYZ25.7929.6275.59-
YUV121.1186.6349.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.80%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=2.80%
G=39.95%
B=57.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal111572250.950.3000.12199.0790.6846.27
HexB9DE15F1E0Cc75b2e
Octal132353411373601430713356
Binary1011100111011110000110111111111001100110001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,157,225); }

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

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

 a { background-color: rgb(11,157,225); }

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

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

 span { border-color: rgb(11,157,225); }

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