Html Css Color HEX #1297AD Pelorous

📋 copy color: '#1297AD'

red 18 ◦ green 151 ◦ blue 173

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

Shades of Pelorous #1297AD

Tints of Pelorous #1297AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 5.26%
G = 44.15%
B = 50.58%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1297AD (or 0x1297AD) is known color: Pelorous. HEX triplet: 12, 97 and AD. RGB value is (18,151,173). Sum of RGB (Red+Green+Blue) = 18+151+173=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #1297AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1297AD is #ED6852. Grayscale: #717171. Windows color (decimal): -15558739 or 11376402. OLE color: 11376402.

HSL color Cylindrical-coordinate representation of color #1297AD: hue angle of 188.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1297AD is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 151 173 -
CMYK 0.90 0.13 0 0.32
HSL 188.52º 0.81% 0.37% -
HSV(B) 188.52º 0.9% 0.68% -
XYZ 18.86 25.28 43.42 -
YUV 113.74 161.44 59.71 -
System Red Green Blue C M Y K H S L
Decimal 18 151 173 0.90 0.13 0 0.32 188.52 0.81 0.37
Hex 12 97 AD 5A D 0 20 BD 51 25
Octal 22 227 255 132 15 0 40 275 121 45
Binary 10010 10010111 10101101 1011010 1101 0 100000 10111101 1010001 100101

Color Harmonies of #1297AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297AD

Black with #1297AD

Text Example


Text Example

White with #1297AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1297AD; }

 p { color: rgb(18,151,173); }

 H1.HeaderClassName
 {
   color: #1297AD;
 }
 .AnyTagClassName
 {
   color: #1297AD;
 }
</style>

background-color css

<style>
 a { background-color: #1297AD; }

 a { background-color: rgb(18,151,173); }

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

border-color css

<style>
 span { border-color: #1297AD; }

 span { border-color: rgb(18,151,173); }

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