Html Css Color HEX #168CC6 Pacific Blue

📋 copy color: '#168CC6'

red 22 ◦ green 140 ◦ blue 198

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

Shades of Pacific Blue #168CC6

Tints of Pacific Blue #168CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

 BLUE value IS 198 (77.73% from 255) = 55%

R = 6.11%
G = 38.89%
B = 55%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#168CC6 (or 0x168CC6) is known color: Pacific Blue. HEX triplet: 16, 8C and C6. RGB value is (22,140,198). Sum of RGB (Red+Green+Blue) = 22+140+198=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #168CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168CC6 is #E97339. Grayscale: #6E6E6E. Windows color (decimal): -15299386 or 13011990. OLE color: 13011990.

HSL color Cylindrical-coordinate representation of color #168CC6: hue angle of 199.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168CC6 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 22 140 198 -
CMYK 0.89 0.29 0 0.22
HSL 199.77º 0.8% 0.43% -
HSV(B) 199.77º 0.89% 0.78% -
XYZ 19.9 23 56.82 -
YUV 111.33 176.91 64.28 -
System Red Green Blue C M Y K H S L
Decimal 22 140 198 0.89 0.29 0 0.22 199.77 0.8 0.43
Hex 16 8C C6 59 1D 0 16 C8 50 2B
Octal 26 214 306 131 35 0 26 310 120 53
Binary 10110 10001100 11000110 1011001 11101 0 10110 11001000 1010000 101011

Color Harmonies of #168CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168CC6

Black with #168CC6

Text Example


Text Example

White with #168CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168CC6; }

 p { color: rgb(22,140,198); }

 H1.HeaderClassName
 {
   color: #168CC6;
 }
 .AnyTagClassName
 {
   color: #168CC6;
 }
</style>

background-color css

<style>
 a { background-color: #168CC6; }

 a { background-color: rgb(22,140,198); }

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

border-color css

<style>
 span { border-color: #168CC6; }

 span { border-color: rgb(22,140,198); }

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