#1699B3

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

Shades of Pelorous #1699B3

Tints of Pelorous #1699B3

Color information

#1699B3 (or 0x1699B3) is unknown color: approx Pelorous. HEX triplet: 16, 99 and B3. RGB value is (22,153,179). Sum of RGB (Red+Green+Blue) = 22+153+179=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #1699B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699B3 is #E9664C. Grayscale: #747474. Windows color (decimal): -15296077 or 11770134. OLE color: 11770134.

HSL color Cylindrical-coordinate representation of color #1699B3: hue angle of 189.94º 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 #1699B3 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB22153179-
CMYK0.880.1500.30
HSL189.94º78.11%39.41%-
HSV(B)189.94º87.71%70.2%-
XYZ19.8626.2146.66-
YUV116.8163.160.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.21%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 179 (70.31% from 255) = 50.56%
R=6.21%
G=43.22%
B=50.56%

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
Decimal221531790.880.1500.30189.9478.1139.41
Hex1699B358F01Ebe4e27
Octal262312631301703627611647
Binary10110100110011011001110110001111011110101111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1699B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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