Html Css Color HEX #1A9EBE Pelorous

📋 copy color: '#1A9EBE'

red 26 ◦ green 158 ◦ blue 190

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

Shades of Pelorous #1A9EBE

Tints of Pelorous #1A9EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 6.95%
G = 42.25%
B = 50.8%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A9EBE (or 0x1A9EBE) is known color: Pelorous. HEX triplet: 1A, 9E and BE. RGB value is (26,158,190). Sum of RGB (Red+Green+Blue) = 26+158+190=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A9EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9EBE is #E56141. Grayscale: #797979. Windows color (decimal): -15032642 or 12492314. OLE color: 12492314.

HSL color Cylindrical-coordinate representation of color #1A9EBE: hue angle of 191.71º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A9EBE is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 158 190 -
CMYK 0.86 0.17 0 0.25
HSL 191.71º 0.76% 0.42% -
HSV(B) 191.71º 0.86% 0.75% -
XYZ 21.95 28.39 53.04 -
YUV 122.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 26 158 190 0.86 0.17 0 0.25 191.71 0.76 0.42
Hex 1A 9E BE 56 11 0 19 C0 4C 2A
Octal 32 236 276 126 21 0 31 300 114 52
Binary 11010 10011110 10111110 1010110 10001 0 11001 11000000 1001100 101010

Color Harmonies of #1A9EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9EBE

Black with #1A9EBE

Text Example


Text Example

White with #1A9EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,158,190); }

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

background-color css

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

 a { background-color: rgb(26,158,190); }

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

border-color css

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

 span { border-color: rgb(26,158,190); }

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