#1B8FCF

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

Shades of Pacific Blue #1B8FCF

Tints of Pacific Blue #1B8FCF

Color information

#1B8FCF (or 0x1B8FCF) is unknown color: approx Pacific Blue. HEX triplet: 1B, 8F and CF. RGB value is (27,143,207). Sum of RGB (Red+Green+Blue) = 27+143+207=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B8FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8FCF is #E47030. Grayscale: #737373. Windows color (decimal): -14970929 or 13602587. OLE color: 13602587.

HSL color Cylindrical-coordinate representation of color #1B8FCF: hue angle of 201.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B8FCF is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB27143207-
CMYK0.870.3100.19
HSL201.33º76.92%45.88%-
HSV(B)201.33º86.96%81.18%-
XYZ21.5424.3862.6-
YUV115.61179.5764.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.16%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 207 (81.25% from 255) = 54.91%
R=7.16%
G=37.93%
B=54.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal271432070.870.3100.19201.3376.9245.88
Hex1B8FCF571F013c94d2e
Octal332173171273702331111556
Binary110111000111111001111101011111111010011110010011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,143,207); }

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

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

 a { background-color: rgb(27,143,207); }

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

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

 span { border-color: rgb(27,143,207); }

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