Html Css Color HEX #17A7BD Pelorous

📋 copy color: '#17A7BD'

red 23 ◦ green 167 ◦ blue 189

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

Shades of Pelorous #17A7BD

Tints of Pelorous #17A7BD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.06%

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

R = 6.07%
G = 44.06%
B = 49.87%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#17A7BD (or 0x17A7BD) is known color: Pelorous. HEX triplet: 17, A7 and BD. RGB value is (23,167,189). Sum of RGB (Red+Green+Blue) = 23+167+189=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A7BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A7BD is #E85842. Grayscale: #7E7E7E. Windows color (decimal): -15226947 or 12429079. OLE color: 12429079.

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

Color convert

RGB 23 167 189 -
CMYK 0.88 0.12 0 0.26
HSL 187.95º 0.78% 0.42% -
HSV(B) 187.95º 0.88% 0.74% -
XYZ 23.36 31.49 52.99 -
YUV 126.45 163.29 54.21 -
System Red Green Blue C M Y K H S L
Decimal 23 167 189 0.88 0.12 0 0.26 187.95 0.78 0.42
Hex 17 A7 BD 58 C 0 1A BC 4E 2A
Octal 27 247 275 130 14 0 32 274 116 52
Binary 10111 10100111 10111101 1011000 1100 0 11010 10111100 1001110 101010

Color Harmonies of #17A7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A7BD

Black with #17A7BD

Text Example


Text Example

White with #17A7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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