Html Css Color HEX #1683BD Pelorous

📋 copy color: '#1683BD'

red 22 ◦ green 131 ◦ blue 189

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

Shades of Pelorous #1683BD

Tints of Pelorous #1683BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 6.43%
G = 38.3%
B = 55.26%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1683BD (or 0x1683BD) is known color: Pelorous. HEX triplet: 16, 83 and BD. RGB value is (22,131,189). Sum of RGB (Red+Green+Blue) = 22+131+189=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #1683BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683BD is #E97C42. Grayscale: #686868. Windows color (decimal): -15301699 or 12419862. OLE color: 12419862.

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

Color convert

RGB 22 131 189 -
CMYK 0.88 0.31 0 0.26
HSL 200.84º 0.79% 0.41% -
HSV(B) 200.84º 0.88% 0.74% -
XYZ 17.63 20.08 51.09 -
YUV 105.02 175.39 68.78 -
System Red Green Blue C M Y K H S L
Decimal 22 131 189 0.88 0.31 0 0.26 200.84 0.79 0.41
Hex 16 83 BD 58 1F 0 1A C9 4F 29
Octal 26 203 275 130 37 0 32 311 117 51
Binary 10110 10000011 10111101 1011000 11111 0 11010 11001001 1001111 101001

Color Harmonies of #1683BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1683BD

Black with #1683BD

Text Example


Text Example

White with #1683BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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