Html Css Color HEX #1688BD Pelorous

📋 copy color: '#1688BD'

red 22 ◦ green 136 ◦ blue 189

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

Shades of Pelorous #1688BD

Tints of Pelorous #1688BD

RGB

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

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

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

R = 6.34%
G = 39.19%
B = 54.47%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1688BD (or 0x1688BD) is known color: Pelorous. HEX triplet: 16, 88 and BD. RGB value is (22,136,189). Sum of RGB (Red+Green+Blue) = 22+136+189=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1688BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688BD is #E97742. Grayscale: #6B6B6B. Windows color (decimal): -15300419 or 12421142. OLE color: 12421142.

HSL color Cylindrical-coordinate representation of color #1688BD: hue angle of 199.04º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1688BD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 136 189 -
CMYK 0.88 0.28 0 0.26
HSL 199.04º 0.79% 0.41% -
HSV(B) 199.04º 0.88% 0.74% -
XYZ 18.32 21.45 51.32 -
YUV 107.96 173.73 66.69 -
System Red Green Blue C M Y K H S L
Decimal 22 136 189 0.88 0.28 0 0.26 199.04 0.79 0.41
Hex 16 88 BD 58 1C 0 1A C7 4F 29
Octal 26 210 275 130 34 0 32 307 117 51
Binary 10110 10001000 10111101 1011000 11100 0 11010 11000111 1001111 101001

Color Harmonies of #1688BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1688BD

Black with #1688BD

Text Example


Text Example

White with #1688BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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