Html Css Color HEX #1695AB Pelorous

📋 copy color: '#1695AB'

red 22 ◦ green 149 ◦ blue 171

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

Shades of Pelorous #1695AB

Tints of Pelorous #1695AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

 BLUE value IS 171 (67.19% from 255) = 50%

R = 6.43%
G = 43.57%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1695AB (or 0x1695AB) is known color: Pelorous. HEX triplet: 16, 95 and AB. RGB value is (22,149,171). Sum of RGB (Red+Green+Blue) = 22+149+171=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #1695AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1695AB is #E96A54. Grayscale: #717171. Windows color (decimal): -15297109 or 11244822. OLE color: 11244822.

HSL color Cylindrical-coordinate representation of color #1695AB: hue angle of 188.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1695AB is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 149 171 -
CMYK 0.87 0.13 0 0.33
HSL 188.86º 0.77% 0.38% -
HSV(B) 188.86º 0.87% 0.67% -
XYZ 18.43 24.61 42.31 -
YUV 113.54 160.42 62.71 -
System Red Green Blue C M Y K H S L
Decimal 22 149 171 0.87 0.13 0 0.33 188.86 0.77 0.38
Hex 16 95 AB 57 D 0 21 BD 4D 26
Octal 26 225 253 127 15 0 41 275 115 46
Binary 10110 10010101 10101011 1010111 1101 0 100001 10111101 1001101 100110

Color Harmonies of #1695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1695AB

Black with #1695AB

Text Example


Text Example

White with #1695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1695AB; }

 p { color: rgb(22,149,171); }

 H1.HeaderClassName
 {
   color: #1695AB;
 }
 .AnyTagClassName
 {
   color: #1695AB;
 }
</style>

background-color css

<style>
 a { background-color: #1695AB; }

 a { background-color: rgb(22,149,171); }

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

border-color css

<style>
 span { border-color: #1695AB; }

 span { border-color: rgb(22,149,171); }

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