Html Css Color HEX #1983BA Pelorous

📋 copy color: '#1983BA'

red 25 ◦ green 131 ◦ blue 186

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

Shades of Pelorous #1983BA

Tints of Pelorous #1983BA

RGB

 RED value IS 25 (10.16% from 255) = 7.31%

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 7.31%
G = 38.3%
B = 54.39%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1983BA (or 0x1983BA) is known color: Pelorous. HEX triplet: 19, 83 and BA. RGB value is (25,131,186). Sum of RGB (Red+Green+Blue) = 25+131+186=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #1983BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983BA is #E67C45. Grayscale: #696969. Windows color (decimal): -15105094 or 12223257. OLE color: 12223257.

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

Color convert

RGB 25 131 186 -
CMYK 0.87 0.30 0 0.27
HSL 200.5º 0.76% 0.41% -
HSV(B) 200.5º 0.87% 0.73% -
XYZ 17.38 19.98 49.4 -
YUV 105.58 173.38 70.53 -
System Red Green Blue C M Y K H S L
Decimal 25 131 186 0.87 0.30 0 0.27 200.5 0.76 0.41
Hex 19 83 BA 57 1E 0 1B C8 4C 29
Octal 31 203 272 127 36 0 33 310 114 51
Binary 11001 10000011 10111010 1010111 11110 0 11011 11001000 1001100 101001

Color Harmonies of #1983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983BA

Black with #1983BA

Text Example


Text Example

White with #1983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1983BA; }

 p { color: rgb(25,131,186); }

 H1.HeaderClassName
 {
   color: #1983BA;
 }
 .AnyTagClassName
 {
   color: #1983BA;
 }
</style>

background-color css

<style>
 a { background-color: #1983BA; }

 a { background-color: rgb(25,131,186); }

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

border-color css

<style>
 span { border-color: #1983BA; }

 span { border-color: rgb(25,131,186); }

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