Html Css Color HEX #1683BE Pelorous

📋 copy color: '#1683BE'

red 22 ◦ green 131 ◦ blue 190

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

Shades of Pelorous #1683BE

Tints of Pelorous #1683BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

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

R = 6.41%
G = 38.19%
B = 55.39%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1683BE (or 0x1683BE) is known color: Pelorous. HEX triplet: 16, 83 and BE. RGB value is (22,131,190). Sum of RGB (Red+Green+Blue) = 22+131+190=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #1683BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683BE is #E97C41. Grayscale: #686868. Windows color (decimal): -15301698 or 12485398. OLE color: 12485398.

HSL color Cylindrical-coordinate representation of color #1683BE: hue angle of 201.07º 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 #1683BE is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 131 190 -
CMYK 0.88 0.31 0 0.25
HSL 201.07º 0.79% 0.42% -
HSV(B) 201.07º 0.88% 0.75% -
XYZ 17.74 20.12 51.66 -
YUV 105.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 22 131 190 0.88 0.31 0 0.25 201.07 0.79 0.42
Hex 16 83 BE 58 1F 0 19 C9 4F 2A
Octal 26 203 276 130 37 0 31 311 117 52
Binary 10110 10000011 10111110 1011000 11111 0 11001 11001001 1001111 101010

Color Harmonies of #1683BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683BE

Black with #1683BE

Text Example


Text Example

White with #1683BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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