Html Css Color HEX #1689BD Pelorous

📋 copy color: '#1689BD'

red 22 ◦ green 137 ◦ blue 189

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

Shades of Pelorous #1689BD

Tints of Pelorous #1689BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 6.32%
G = 39.37%
B = 54.31%

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

#1689BD (or 0x1689BD) is known color: Pelorous. HEX triplet: 16, 89 and BD. RGB value is (22,137,189). Sum of RGB (Red+Green+Blue) = 22+137+189=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #1689BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689BD is #E97642. Grayscale: #6C6C6C. Windows color (decimal): -15300163 or 12421398. OLE color: 12421398.

HSL color Cylindrical-coordinate representation of color #1689BD: hue angle of 198.68º 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 #1689BD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 137 189 -
CMYK 0.88 0.28 0 0.26
HSL 198.68º 0.79% 0.41% -
HSV(B) 198.68º 0.88% 0.74% -
XYZ 18.46 21.74 51.37 -
YUV 108.54 173.4 66.27 -
System Red Green Blue C M Y K H S L
Decimal 22 137 189 0.88 0.28 0 0.26 198.68 0.79 0.41
Hex 16 89 BD 58 1C 0 1A C7 4F 29
Octal 26 211 275 130 34 0 32 307 117 51
Binary 10110 10001001 10111101 1011000 11100 0 11010 11000111 1001111 101001

Color Harmonies of #1689BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1689BD

Black with #1689BD

Text Example


Text Example

White with #1689BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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