Html Css Color HEX #17A2BC Pelorous

📋 copy color: '#17A2BC'

red 23 ◦ green 162 ◦ blue 188

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

Shades of Pelorous #17A2BC

Tints of Pelorous #17A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 6.17%
G = 43.43%
B = 50.4%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#17A2BC (or 0x17A2BC) is known color: Pelorous. HEX triplet: 17, A2 and BC. RGB value is (23,162,188). Sum of RGB (Red+Green+Blue) = 23+162+188=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #17A2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A2BC is #E85D43. Grayscale: #7B7B7B. Windows color (decimal): -15228228 or 12362263. OLE color: 12362263.

HSL color Cylindrical-coordinate representation of color #17A2BC: hue angle of 189.45º 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 #17A2BC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 162 188 -
CMYK 0.88 0.14 0 0.26
HSL 189.45º 0.78% 0.41% -
HSV(B) 189.45º 0.88% 0.74% -
XYZ 22.35 29.65 52.12 -
YUV 123.4 164.45 56.39 -
System Red Green Blue C M Y K H S L
Decimal 23 162 188 0.88 0.14 0 0.26 189.45 0.78 0.41
Hex 17 A2 BC 58 E 0 1A BD 4E 29
Octal 27 242 274 130 16 0 32 275 116 51
Binary 10111 10100010 10111100 1011000 1110 0 11010 10111101 1001110 101001

Color Harmonies of #17A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A2BC

Black with #17A2BC

Text Example


Text Example

White with #17A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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