#1698B3

Color #1698B3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1698B3

Tints of Pelorous #1698B3

Color information

#1698B3 (or 0x1698B3) is unknown color: approx Pelorous. HEX triplet: 16, 98 and B3. RGB value is (22,152,179). Sum of RGB (Red+Green+Blue) = 22+152+179=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #1698B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1698B3 is #E9674C. Grayscale: #737373. Windows color (decimal): -15296333 or 11769878. OLE color: 11769878.

HSL color Cylindrical-coordinate representation of color #1698B3: hue angle of 190.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1698B3 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB22152179-
CMYK0.880.1500.30
HSL190.32º78.11%39.41%-
HSV(B)190.32º87.71%70.2%-
XYZ19.725.8846.61-
YUV116.21163.4360.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.23%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=6.23%
G=43.06%
B=50.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221521790.880.1500.30190.3278.1139.41
Hex1698B358F01Ebe4e27
Octal262302631301703627611647
Binary10110100110001011001110110001111011110101111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1698B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1698B3; }

 p { color: rgb(22,152,179); }

 H1.HeaderClassName
 {
   color: #1698B3;
 }
 .AnyTagClassName
 {
   color: #1698B3;
 }
</style>
background-color css

<style>
 a { background-color: #1698B3; }

 a { background-color: rgb(22,152,179); }

 div.DivClassName
 {
   background-color: #1698B3;
 }
 .BgClassName
 {
   background-color: #1698B3;
 }
</style>
border-color css

<style>
 span { border-color: #1698B3; }

 span { border-color: rgb(22,152,179); }

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