Html Css Color HEX #169ADD Pacific Blue

📋 copy color: '#169ADD'

red 22 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #169ADD

Tints of Pacific Blue #169ADD

RGB

 RED value IS 22 (8.98% from 255) = 5.54%

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 5.54%
G = 38.79%
B = 55.67%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#169ADD (or 0x169ADD) is known color: Pacific Blue. HEX triplet: 16, 9A and DD. RGB value is (22,154,221). Sum of RGB (Red+Green+Blue) = 22+154+221=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #169ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169ADD is #E96522. Grayscale: #797979. Windows color (decimal): -15295779 or 14522902. OLE color: 14522902.

HSL color Cylindrical-coordinate representation of color #169ADD: hue angle of 200.2º degrees, saturation: 0.82, 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 #169ADD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 154 221 -
CMYK 0.90 0.30 0 0.13
HSL 200.2º 0.82% 0.48% -
HSV(B) 200.2º 0.9% 0.87% -
XYZ 24.94 28.5 72.59 -
YUV 122.17 183.77 56.55 -
System Red Green Blue C M Y K H S L
Decimal 22 154 221 0.90 0.30 0 0.13 200.2 0.82 0.48
Hex 16 9A DD 5A 1E 0 D C8 52 30
Octal 26 232 335 132 36 0 15 310 122 60
Binary 10110 10011010 11011101 1011010 11110 0 1101 11001000 1010010 110000

Color Harmonies of #169ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169ADD

Black with #169ADD

Text Example


Text Example

White with #169ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169ADD; }

 p { color: rgb(22,154,221); }

 H1.HeaderClassName
 {
   color: #169ADD;
 }
 .AnyTagClassName
 {
   color: #169ADD;
 }
</style>

background-color css

<style>
 a { background-color: #169ADD; }

 a { background-color: rgb(22,154,221); }

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

border-color css

<style>
 span { border-color: #169ADD; }

 span { border-color: rgb(22,154,221); }

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