#1A8ACC

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

Shades of Pelorous #1A8ACC

Tints of Pelorous #1A8ACC

Color information

#1A8ACC (or 0x1A8ACC) is unknown color: approx Pelorous. HEX triplet: 1A, 8A and CC. RGB value is (26,138,204). Sum of RGB (Red+Green+Blue) = 26+138+204=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A8ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ACC is #E57533. Grayscale: #6F6F6F. Windows color (decimal): -15037748 or 13404698. OLE color: 13404698.

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

Color convert

RGB26138204-
CMYK0.870.3200.2
HSL202.25º77.39%45.1%-
HSV(B)202.25º87.25%80%-
XYZ20.4122.7660.44-
YUV112.04179.8966.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.07%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=7.07%
G=37.5%
B=55.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal261382040.870.3200.2202.2577.3945.1
Hex1A8ACC5720014ca4d2d
Octal322123141274002431211555
Binary1101010001010110011001010111100000010100110010101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,138,204); }

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

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

 a { background-color: rgb(26,138,204); }

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

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

 span { border-color: rgb(26,138,204); }

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