Html Css Color HEX #1A8ABC Pelorous

📋 copy color: '#1A8ABC'

red 26 ◦ green 138 ◦ blue 188

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

Shades of Pelorous #1A8ABC

Tints of Pelorous #1A8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 7.39%
G = 39.2%
B = 53.41%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A8ABC (or 0x1A8ABC) is known color: Pelorous. HEX triplet: 1A, 8A and BC. RGB value is (26,138,188). Sum of RGB (Red+Green+Blue) = 26+138+188=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ABC is #E57543. Grayscale: #6D6D6D. Windows color (decimal): -15037764 or 12356122. OLE color: 12356122.

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

Color convert

RGB 26 138 188 -
CMYK 0.86 0.27 0 0.26
HSL 198.52º 0.76% 0.42% -
HSV(B) 198.52º 0.86% 0.74% -
XYZ 18.59 22.03 50.85 -
YUV 110.21 171.89 67.93 -
System Red Green Blue C M Y K H S L
Decimal 26 138 188 0.86 0.27 0 0.26 198.52 0.76 0.42
Hex 1A 8A BC 56 1B 0 1A C7 4C 2A
Octal 32 212 274 126 33 0 32 307 114 52
Binary 11010 10001010 10111100 1010110 11011 0 11010 11000111 1001100 101010

Color Harmonies of #1A8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8ABC

Black with #1A8ABC

Text Example


Text Example

White with #1A8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,138,188); }

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

background-color css

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

 a { background-color: rgb(26,138,188); }

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

border-color css

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

 span { border-color: rgb(26,138,188); }

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