#1c8abd

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

Shades of Pelorous #1C8ABD

Tints of Pelorous #1C8ABD

Color information

#1C8ABD (or 0x1C8ABD) is unknown color: approx Pelorous. HEX triplet: 1C, 8A and BD. RGB value is (28,138,189). Sum of RGB (Red+Green+Blue) = 28+138+189=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C8ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8ABD is #E37542. Grayscale: #6E6E6E. Windows color (decimal): -14906691 or 12421660. OLE color: 12421660.

HSL color Cylindrical-coordinate representation of color #1C8ABD: hue angle of 199.01º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C8ABD is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB28138189-
CMYK0.850.2700.26
HSL199.01º74.19%42.55%-
HSV(B)199.01º85.19%74.12%-
XYZ18.7522.151.42-
YUV110.92172.0668.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.89%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=7.89%
G=38.87%
B=53.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281381890.850.2700.26199.0174.1942.55
Hex1C8ABD551B01Ac74a2b
Octal342122751253303230711253
Binary111001000101010111101101010111011011010110001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,138,189); }

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

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

 a { background-color: rgb(28,138,189); }

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

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

 span { border-color: rgb(28,138,189); }

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