Html Css Color HEX #17A8BD Pelorous

📋 copy color: '#17A8BD'

red 23 ◦ green 168 ◦ blue 189

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

Shades of Pelorous #17A8BD

Tints of Pelorous #17A8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 6.05%
G = 44.21%
B = 49.74%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#17A8BD (or 0x17A8BD) is known color: Pelorous. HEX triplet: 17, A8 and BD. RGB value is (23,168,189). Sum of RGB (Red+Green+Blue) = 23+168+189=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A8BD is #E85742. Grayscale: #7E7E7E. Windows color (decimal): -15226691 or 12429335. OLE color: 12429335.

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

Color convert

RGB 23 168 189 -
CMYK 0.88 0.11 0 0.26
HSL 187.59º 0.78% 0.42% -
HSV(B) 187.59º 0.88% 0.74% -
XYZ 23.54 31.86 53.05 -
YUV 127.04 162.96 53.79 -
System Red Green Blue C M Y K H S L
Decimal 23 168 189 0.88 0.11 0 0.26 187.59 0.78 0.42
Hex 17 A8 BD 58 B 0 1A BC 4E 2A
Octal 27 250 275 130 13 0 32 274 116 52
Binary 10111 10101000 10111101 1011000 1011 0 11010 10111100 1001110 101010

Color Harmonies of #17A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A8BD

Black with #17A8BD

Text Example


Text Example

White with #17A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,168,189); }

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

background-color css

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

 a { background-color: rgb(23,168,189); }

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

border-color css

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

 span { border-color: rgb(23,168,189); }

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