#1A8CCF

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

Shades of Pacific Blue #1A8CCF

Tints of Pacific Blue #1A8CCF

Color information

#1A8CCF (or 0x1A8CCF) is unknown color: approx Pacific Blue. HEX triplet: 1A, 8C and CF. RGB value is (26,140,207). Sum of RGB (Red+Green+Blue) = 26+140+207=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A8CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8CCF is #E57330. Grayscale: #717171. Windows color (decimal): -15037233 or 13601818. OLE color: 13601818.

HSL color Cylindrical-coordinate representation of color #1A8CCF: hue angle of 202.21º degrees, saturation: 0.78, 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 #1A8CCF is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB26140207-
CMYK0.870.3200.19
HSL202.21º77.68%45.69%-
HSV(B)202.21º87.44%81.18%-
XYZ21.0723.4862.45-
YUV113.55180.7365.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.97%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=6.97%
G=37.53%
B=55.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal261402070.870.3200.19202.2177.6845.69
Hex1A8CCF5720013ca4e2e
Octal322143171274002331211656
Binary1101010001100110011111010111100000010011110010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,140,207); }

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

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

 a { background-color: rgb(26,140,207); }

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

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

 span { border-color: rgb(26,140,207); }

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