Html Css Color HEX #17AABC Pelorous

📋 copy color: '#17AABC'

red 23 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #17AABC

Tints of Pelorous #17AABC

RGB

 RED value IS 23 (9.38% from 255) = 6.04%

 GREEN value IS 170 (66.8% from 255) = 44.62%

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

R = 6.04%
G = 44.62%
B = 49.34%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#17AABC (or 0x17AABC) is known color: Pelorous. HEX triplet: 17, AA and BC. RGB value is (23,170,188). Sum of RGB (Red+Green+Blue) = 23+170+188=381 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.04% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #17AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AABC is #E85543. Grayscale: #7F7F7F. Windows color (decimal): -15226180 or 12364311. OLE color: 12364311.

HSL color Cylindrical-coordinate representation of color #17AABC: hue angle of 186.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AABC is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 170 188 -
CMYK 0.88 0.10 0 0.26
HSL 186.55º 0.78% 0.41% -
HSV(B) 186.55º 0.88% 0.74% -
XYZ 23.81 32.56 52.61 -
YUV 128.1 161.8 53.04 -
System Red Green Blue C M Y K H S L
Decimal 23 170 188 0.88 0.10 0 0.26 186.55 0.78 0.41
Hex 17 AA BC 58 A 0 1A BB 4E 29
Octal 27 252 274 130 12 0 32 273 116 51
Binary 10111 10101010 10111100 1011000 1010 0 11010 10111011 1001110 101001

Color Harmonies of #17AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17AABC

Black with #17AABC

Text Example


Text Example

White with #17AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17AABC; }

 p { color: rgb(23,170,188); }

 H1.HeaderClassName
 {
   color: #17AABC;
 }
 .AnyTagClassName
 {
   color: #17AABC;
 }
</style>

background-color css

<style>
 a { background-color: #17AABC; }

 a { background-color: rgb(23,170,188); }

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

border-color css

<style>
 span { border-color: #17AABC; }

 span { border-color: rgb(23,170,188); }

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