Html Css Color HEX #1883BA Pelorous

📋 copy color: '#1883BA'

red 24 ◦ green 131 ◦ blue 186

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

Shades of Pelorous #1883BA

Tints of Pelorous #1883BA

RGB

 RED value IS 24 (9.77% from 255) = 7.04%

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

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

R = 7.04%
G = 38.42%
B = 54.55%

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

#1883BA (or 0x1883BA) is known color: Pelorous. HEX triplet: 18, 83 and BA. RGB value is (24,131,186). Sum of RGB (Red+Green+Blue) = 24+131+186=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #1883BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883BA is #E77C45. Grayscale: #686868. Windows color (decimal): -15170630 or 12223256. OLE color: 12223256.

HSL color Cylindrical-coordinate representation of color #1883BA: hue angle of 200.37º degrees, saturation: 0.77, 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 #1883BA is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 131 186 -
CMYK 0.87 0.30 0 0.27
HSL 200.37º 0.77% 0.41% -
HSV(B) 200.37º 0.87% 0.73% -
XYZ 17.36 19.97 49.39 -
YUV 105.28 173.55 70.03 -
System Red Green Blue C M Y K H S L
Decimal 24 131 186 0.87 0.30 0 0.27 200.37 0.77 0.41
Hex 18 83 BA 57 1E 0 1B C8 4D 29
Octal 30 203 272 127 36 0 33 310 115 51
Binary 11000 10000011 10111010 1010111 11110 0 11011 11001000 1001101 101001

Color Harmonies of #1883BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883BA

Black with #1883BA

Text Example


Text Example

White with #1883BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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