Html Css Color HEX #1298AB Pelorous

📋 copy color: '#1298AB'

red 18 ◦ green 152 ◦ blue 171

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

Shades of Pelorous #1298AB

Tints of Pelorous #1298AB

RGB

 RED value IS 18 (7.42% from 255) = 5.28%

 GREEN value IS 152 (59.77% from 255) = 44.57%

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 5.28%
G = 44.57%
B = 50.15%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1298AB (or 0x1298AB) is known color: Pelorous. HEX triplet: 12, 98 and AB. RGB value is (18,152,171). Sum of RGB (Red+Green+Blue) = 18+152+171=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1298AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1298AB is #ED6754. Grayscale: #717171. Windows color (decimal): -15558485 or 11245586. OLE color: 11245586.

HSL color Cylindrical-coordinate representation of color #1298AB: hue angle of 187.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1298AB is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 152 171 -
CMYK 0.89 0.11 0 0.33
HSL 187.45º 0.81% 0.37% -
HSV(B) 187.45º 0.89% 0.67% -
XYZ 18.83 25.53 42.46 -
YUV 114.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 18 152 171 0.89 0.11 0 0.33 187.45 0.81 0.37
Hex 12 98 AB 59 B 0 21 BB 51 25
Octal 22 230 253 131 13 0 41 273 121 45
Binary 10010 10011000 10101011 1011001 1011 0 100001 10111011 1010001 100101

Color Harmonies of #1298AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298AB

Black with #1298AB

Text Example


Text Example

White with #1298AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1298AB; }

 p { color: rgb(18,152,171); }

 H1.HeaderClassName
 {
   color: #1298AB;
 }
 .AnyTagClassName
 {
   color: #1298AB;
 }
</style>

background-color css

<style>
 a { background-color: #1298AB; }

 a { background-color: rgb(18,152,171); }

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

border-color css

<style>
 span { border-color: #1298AB; }

 span { border-color: rgb(18,152,171); }

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