Html Css Color HEX #1A8EBE Pelorous

📋 copy color: '#1A8EBE'

red 26 ◦ green 142 ◦ blue 190

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

Shades of Pelorous #1A8EBE

Tints of Pelorous #1A8EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

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

R = 7.26%
G = 39.66%
B = 53.07%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A8EBE (or 0x1A8EBE) is known color: Pelorous. HEX triplet: 1A, 8E and BE. RGB value is (26,142,190). Sum of RGB (Red+Green+Blue) = 26+142+190=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A8EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8EBE is #E57141. Grayscale: #707070. Windows color (decimal): -15036738 or 12488218. OLE color: 12488218.

HSL color Cylindrical-coordinate representation of color #1A8EBE: hue angle of 197.56º 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 #1A8EBE is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 142 190 -
CMYK 0.86 0.25 0 0.25
HSL 197.56º 0.76% 0.42% -
HSV(B) 197.56º 0.86% 0.75% -
XYZ 19.39 23.28 52.19 -
YUV 112.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 26 142 190 0.86 0.25 0 0.25 197.56 0.76 0.42
Hex 1A 8E BE 56 19 0 19 C6 4C 2A
Octal 32 216 276 126 31 0 31 306 114 52
Binary 11010 10001110 10111110 1010110 11001 0 11001 11000110 1001100 101010

Color Harmonies of #1A8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8EBE

Black with #1A8EBE

Text Example


Text Example

White with #1A8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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