Html Css Color HEX #1683BB Pelorous

📋 copy color: '#1683BB'

red 22 ◦ green 131 ◦ blue 187

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

Shades of Pelorous #1683BB

Tints of Pelorous #1683BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55%

R = 6.47%
G = 38.53%
B = 55%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1683BB (or 0x1683BB) is known color: Pelorous. HEX triplet: 16, 83 and BB. RGB value is (22,131,187). Sum of RGB (Red+Green+Blue) = 22+131+187=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #1683BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683BB is #E97C44. Grayscale: #686868. Windows color (decimal): -15301701 or 12288790. OLE color: 12288790.

HSL color Cylindrical-coordinate representation of color #1683BB: hue angle of 200.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1683BB is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 131 187 -
CMYK 0.88 0.30 0 0.27
HSL 200.36º 0.79% 0.41% -
HSV(B) 200.36º 0.88% 0.73% -
XYZ 17.42 19.99 49.95 -
YUV 104.79 174.39 68.95 -
System Red Green Blue C M Y K H S L
Decimal 22 131 187 0.88 0.30 0 0.27 200.36 0.79 0.41
Hex 16 83 BB 58 1E 0 1B C8 4F 29
Octal 26 203 273 130 36 0 33 310 117 51
Binary 10110 10000011 10111011 1011000 11110 0 11011 11001000 1001111 101001

Color Harmonies of #1683BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683BB

Black with #1683BB

Text Example


Text Example

White with #1683BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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