#1B9BD4

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

Shades of Pacific Blue #1B9BD4

Tints of Pacific Blue #1B9BD4

Color information

#1B9BD4 (or 0x1B9BD4) is unknown color: approx Pacific Blue. HEX triplet: 1B, 9B and D4. RGB value is (27,155,212). Sum of RGB (Red+Green+Blue) = 27+155+212=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #1B9BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9BD4 is #E4642B. Grayscale: #7A7A7A. Windows color (decimal): -14967852 or 13933339. OLE color: 13933339.

HSL color Cylindrical-coordinate representation of color #1B9BD4: hue angle of 198.49º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B9BD4 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB27155212-
CMYK0.870.2700.17
HSL198.49º77.41%46.86%-
HSV(B)198.49º87.26%83.14%-
XYZ24.0628.4366.51-
YUV123.23178.0959.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.85%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 212 (83.20% from 255) = 53.81%
R=6.85%
G=39.34%
B=53.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal271552120.870.2700.17198.4977.4146.86
Hex1B9BD4571B011c64d2f
Octal332333241273302130611557
Binary110111001101111010100101011111011010001110001101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B9BD4; }

 p { color: rgb(27,155,212); }

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

<style>
 a { background-color: #1B9BD4; }

 a { background-color: rgb(27,155,212); }

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

<style>
 span { border-color: #1B9BD4; }

 span { border-color: rgb(27,155,212); }

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