Html Css Color HEX #1685BE Pelorous

📋 copy color: '#1685BE'

red 22 ◦ green 133 ◦ blue 190

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

Shades of Pelorous #1685BE

Tints of Pelorous #1685BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 6.38%
G = 38.55%
B = 55.07%

CMYK

 C value IS 0.88

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1685BE (or 0x1685BE) is known color: Pelorous. HEX triplet: 16, 85 and BE. RGB value is (22,133,190). Sum of RGB (Red+Green+Blue) = 22+133+190=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #1685BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685BE is #E97A41. Grayscale: #696969. Windows color (decimal): -15301186 or 12485910. OLE color: 12485910.

HSL color Cylindrical-coordinate representation of color #1685BE: hue angle of 200.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1685BE is Cyan = 0.88, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 133 190 -
CMYK 0.88 0.3 0 0.25
HSL 200.36º 0.79% 0.42% -
HSV(B) 200.36º 0.88% 0.75% -
XYZ 18.01 20.66 51.75 -
YUV 106.31 175.23 67.87 -
System Red Green Blue C M Y K H S L
Decimal 22 133 190 0.88 0.3 0 0.25 200.36 0.79 0.42
Hex 16 85 BE 58 1E 0 19 C8 4F 2A
Octal 26 205 276 130 36 0 31 310 117 52
Binary 10110 10000101 10111110 1011000 11110 0 11001 11001000 1001111 101010

Color Harmonies of #1685BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1685BE

Black with #1685BE

Text Example


Text Example

White with #1685BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1685BE; }

 p { color: rgb(22,133,190); }

 H1.HeaderClassName
 {
   color: #1685BE;
 }
 .AnyTagClassName
 {
   color: #1685BE;
 }
</style>

background-color css

<style>
 a { background-color: #1685BE; }

 a { background-color: rgb(22,133,190); }

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

border-color css

<style>
 span { border-color: #1685BE; }

 span { border-color: rgb(22,133,190); }

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