#018BCB

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

Shades of Pacific Blue #018BCB

Tints of Pacific Blue #018BCB

Color information

#018BCB (or 0x018BCB) is unknown color: approx Pacific Blue. HEX triplet: 01, 8B and CB. RGB value is (1,139,203). Sum of RGB (Red+Green+Blue) = 1+139+203=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #018BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BCB is #FE7434. Grayscale: #686868. Windows color (decimal): -16675893 or 13339393. OLE color: 13339393.

HSL color Cylindrical-coordinate representation of color #018BCB: hue angle of 199.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BCB is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1139203-
CMYK1.000.3200.20
HSL199.01º99.02%40%-
HSV(B)199.01º99.51%79.61%-
XYZ20.0222.7859.84-
YUV105.03183.2853.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 203 (79.69% from 255) = 59.18%
R=0.29%
G=40.52%
B=59.18%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11392031.000.3200.20199.0199.0240
Hex18BCB6420014c76328
Octal12133131444002430714350
Binary110001011110010111100100100000010100110001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018BCB; }

 p { color: rgb(1,139,203); }

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

<style>
 a { background-color: #018BCB; }

 a { background-color: rgb(1,139,203); }

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

<style>
 span { border-color: #018BCB; }

 span { border-color: rgb(1,139,203); }

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