Html Css Color HEX #17A5BD Pelorous

📋 copy color: '#17A5BD'

red 23 ◦ green 165 ◦ blue 189

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

Shades of Pelorous #17A5BD

Tints of Pelorous #17A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 6.1%
G = 43.77%
B = 50.13%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#17A5BD (or 0x17A5BD) is known color: Pelorous. HEX triplet: 17, A5 and BD. RGB value is (23,165,189). Sum of RGB (Red+Green+Blue) = 23+165+189=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A5BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A5BD is #E85A42. Grayscale: #7D7D7D. Windows color (decimal): -15227459 or 12428567. OLE color: 12428567.

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

Color convert

RGB 23 165 189 -
CMYK 0.88 0.13 0 0.26
HSL 188.67º 0.78% 0.42% -
HSV(B) 188.67º 0.88% 0.74% -
XYZ 22.99 30.77 52.87 -
YUV 125.28 163.96 55.05 -
System Red Green Blue C M Y K H S L
Decimal 23 165 189 0.88 0.13 0 0.26 188.67 0.78 0.42
Hex 17 A5 BD 58 D 0 1A BD 4E 2A
Octal 27 245 275 130 15 0 32 275 116 52
Binary 10111 10100101 10111101 1011000 1101 0 11010 10111101 1001110 101010

Color Harmonies of #17A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A5BD

Black with #17A5BD

Text Example


Text Example

White with #17A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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