Html Css Color HEX #1C8ABD Pelorous

📋 copy color: '#1C8ABD'

red 28 ◦ green 138 ◦ blue 189

#1C8ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1C8ABD

Tints of Pelorous #1C8ABD

RGB

 RED value IS 28 (11.33% from 255) = 7.89%

 GREEN value IS 138 (54.3% 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 value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C8ABD (or 0x1C8ABD) is known color: 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

RGB 28 138 189 -
CMYK 0.85 0.27 0 0.26
HSL 199.01º 0.74% 0.43% -
HSV(B) 199.01º 0.85% 0.74% -
XYZ 18.75 22.1 51.42 -
YUV 110.92 172.06 68.85 -
System Red Green Blue C M Y K H S L
Decimal 28 138 189 0.85 0.27 0 0.26 199.01 0.74 0.43
Hex 1C 8A BD 55 1B 0 1A C7 4A 2B
Octal 34 212 275 125 33 0 32 307 112 53
Binary 11100 10001010 10111101 1010101 11011 0 11010 11000111 1001010 101011

Color Harmonies of #1C8ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8ABD

Black with #1C8ABD

Text Example


Text Example

White with #1C8ABD

Text Example


Text Example

HTML Codes & Css Web 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>