#1B95CD

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

Shades of Pacific Blue #1B95CD

Tints of Pacific Blue #1B95CD

Color information

#1B95CD (or 0x1B95CD) is unknown color: approx Pacific Blue. HEX triplet: 1B, 95 and CD. RGB value is (27,149,205). Sum of RGB (Red+Green+Blue) = 27+149+205=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #1B95CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B95CD is #E46A32. Grayscale: #767676. Windows color (decimal): -14969395 or 13473051. OLE color: 13473051.

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

Color convert

RGB27149205-
CMYK0.870.2700.20
HSL198.88º76.72%45.49%-
HSV(B)198.88º86.83%80.39%-
XYZ22.2226.1461.63-
YUV118.91176.5862.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.09%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=7.09%
G=39.11%
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.20
SystemRedGreenBlueCMYKHSL
Decimal271492050.870.2700.20198.8876.7245.49
Hex1B95CD571B014c74d2d
Octal332253151273302430711555
Binary110111001010111001101101011111011010100110001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,149,205); }

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

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

 a { background-color: rgb(27,149,205); }

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

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

 span { border-color: rgb(27,149,205); }

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