Html Css Color HEX #17A0DD Pacific Blue

📋 copy color: '#17A0DD'

red 23 ◦ green 160 ◦ blue 221

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

Shades of Pacific Blue #17A0DD

Tints of Pacific Blue #17A0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 5.69%
G = 39.6%
B = 54.7%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17A0DD (or 0x17A0DD) is known color: Pacific Blue. HEX triplet: 17, A0 and DD. RGB value is (23,160,221). Sum of RGB (Red+Green+Blue) = 23+160+221=404 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.69% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #17A0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0DD is #E85F22. Grayscale: #7D7D7D. Windows color (decimal): -15228707 or 14524439. OLE color: 14524439.

HSL color Cylindrical-coordinate representation of color #17A0DD: hue angle of 198.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17A0DD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 160 221 -
CMYK 0.90 0.28 0 0.13
HSL 198.48º 0.81% 0.48% -
HSV(B) 198.48º 0.9% 0.87% -
XYZ 25.98 30.54 72.93 -
YUV 125.99 181.61 54.54 -
System Red Green Blue C M Y K H S L
Decimal 23 160 221 0.90 0.28 0 0.13 198.48 0.81 0.48
Hex 17 A0 DD 5A 1C 0 D C6 51 30
Octal 27 240 335 132 34 0 15 306 121 60
Binary 10111 10100000 11011101 1011010 11100 0 1101 11000110 1010001 110000

Color Harmonies of #17A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A0DD

Black with #17A0DD

Text Example


Text Example

White with #17A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,160,221); }

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

background-color css

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

 a { background-color: rgb(23,160,221); }

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

border-color css

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

 span { border-color: rgb(23,160,221); }

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