Html Css Color HEX #1A8CAE Pelorous

📋 copy color: '#1A8CAE'

red 26 ◦ green 140 ◦ blue 174

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

Shades of Pelorous #1A8CAE

Tints of Pelorous #1A8CAE

RGB

 RED value IS 26 (10.55% from 255) = 7.65%

 GREEN value IS 140 (55.08% from 255) = 41.18%

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 7.65%
G = 41.18%
B = 51.18%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A8CAE (or 0x1A8CAE) is known color: Pelorous. HEX triplet: 1A, 8C and AE. RGB value is (26,140,174). Sum of RGB (Red+Green+Blue) = 26+140+174=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A8CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8CAE is #E57351. Grayscale: #6D6D6D. Windows color (decimal): -15037266 or 11439130. OLE color: 11439130.

HSL color Cylindrical-coordinate representation of color #1A8CAE: hue angle of 193.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8CAE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 140 174 -
CMYK 0.85 0.20 0 0.32
HSL 193.78º 0.74% 0.39% -
HSV(B) 193.78º 0.85% 0.68% -
XYZ 17.44 22.03 43.38 -
YUV 109.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 26 140 174 0.85 0.20 0 0.32 193.78 0.74 0.39
Hex 1A 8C AE 55 14 0 20 C2 4A 27
Octal 32 214 256 125 24 0 40 302 112 47
Binary 11010 10001100 10101110 1010101 10100 0 100000 11000010 1001010 100111

Color Harmonies of #1A8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8CAE

Black with #1A8CAE

Text Example


Text Example

White with #1A8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A8CAE;
 }
 .AnyTagClassName
 {
   color: #1A8CAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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