Html Css Color HEX #1688CC Pacific Blue

📋 copy color: '#1688CC'

red 22 ◦ green 136 ◦ blue 204

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

Shades of Pacific Blue #1688CC

Tints of Pacific Blue #1688CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 6.08%
G = 37.57%
B = 56.35%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1688CC (or 0x1688CC) is known color: Pacific Blue. HEX triplet: 16, 88 and CC. RGB value is (22,136,204). Sum of RGB (Red+Green+Blue) = 22+136+204=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #1688CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688CC is #E97733. Grayscale: #6D6D6D. Windows color (decimal): -15300404 or 13404182. OLE color: 13404182.

HSL color Cylindrical-coordinate representation of color #1688CC: hue angle of 202.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1688CC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 136 204 -
CMYK 0.89 0.33 0 0.2
HSL 202.42º 0.81% 0.44% -
HSV(B) 202.42º 0.89% 0.8% -
XYZ 20.03 22.14 60.34 -
YUV 109.67 181.23 65.47 -
System Red Green Blue C M Y K H S L
Decimal 22 136 204 0.89 0.33 0 0.2 202.42 0.81 0.44
Hex 16 88 CC 59 21 0 14 CA 51 2C
Octal 26 210 314 131 41 0 24 312 121 54
Binary 10110 10001000 11001100 1011001 100001 0 10100 11001010 1010001 101100

Color Harmonies of #1688CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1688CC

Black with #1688CC

Text Example


Text Example

White with #1688CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1688CC; }

 p { color: rgb(22,136,204); }

 H1.HeaderClassName
 {
   color: #1688CC;
 }
 .AnyTagClassName
 {
   color: #1688CC;
 }
</style>

background-color css

<style>
 a { background-color: #1688CC; }

 a { background-color: rgb(22,136,204); }

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

border-color css

<style>
 span { border-color: #1688CC; }

 span { border-color: rgb(22,136,204); }

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