Html Css Color HEX #1A9FAA Pelorous

📋 copy color: '#1A9FAA'

red 26 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #1A9FAA

Tints of Pelorous #1A9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.79%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 7.32%
G = 44.79%
B = 47.89%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A9FAA (or 0x1A9FAA) is known color: Pelorous. HEX triplet: 1A, 9F and AA. RGB value is (26,159,170). Sum of RGB (Red+Green+Blue) = 26+159+170=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9FAA is #E56055. Grayscale: #787878. Windows color (decimal): -15032406 or 11181850. OLE color: 11181850.

HSL color Cylindrical-coordinate representation of color #1A9FAA: hue angle of 184.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9FAA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 159 170 -
CMYK 0.85 0.06 0 0.33
HSL 184.58º 0.73% 0.38% -
HSV(B) 184.58º 0.85% 0.67% -
XYZ 20.08 27.92 42.36 -
YUV 120.49 155.94 60.61 -
System Red Green Blue C M Y K H S L
Decimal 26 159 170 0.85 0.06 0 0.33 184.58 0.73 0.38
Hex 1A 9F AA 55 6 0 21 B9 49 26
Octal 32 237 252 125 6 0 41 271 111 46
Binary 11010 10011111 10101010 1010101 110 0 100001 10111001 1001001 100110

Color Harmonies of #1A9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9FAA

Black with #1A9FAA

Text Example


Text Example

White with #1A9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,159,170); }

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

background-color css

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

 a { background-color: rgb(26,159,170); }

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

border-color css

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

 span { border-color: rgb(26,159,170); }

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