Html Css Color HEX #1993BE Pelorous

📋 copy color: '#1993BE'

red 25 ◦ green 147 ◦ blue 190

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

Shades of Pelorous #1993BE

Tints of Pelorous #1993BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 6.91%
G = 40.61%
B = 52.49%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1993BE (or 0x1993BE) is known color: Pelorous. HEX triplet: 19, 93 and BE. RGB value is (25,147,190). Sum of RGB (Red+Green+Blue) = 25+147+190=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #1993BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993BE is #E66C41. Grayscale: #737373. Windows color (decimal): -15100994 or 12489497. OLE color: 12489497.

HSL color Cylindrical-coordinate representation of color #1993BE: hue angle of 195.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1993BE is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 147 190 -
CMYK 0.87 0.23 0 0.25
HSL 195.64º 0.77% 0.42% -
HSV(B) 195.64º 0.87% 0.75% -
XYZ 20.13 24.79 52.44 -
YUV 115.42 170.08 63.5 -
System Red Green Blue C M Y K H S L
Decimal 25 147 190 0.87 0.23 0 0.25 195.64 0.77 0.42
Hex 19 93 BE 57 17 0 19 C4 4D 2A
Octal 31 223 276 127 27 0 31 304 115 52
Binary 11001 10010011 10111110 1010111 10111 0 11001 11000100 1001101 101010

Color Harmonies of #1993BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993BE

Black with #1993BE

Text Example


Text Example

White with #1993BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,147,190); }

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

background-color css

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

 a { background-color: rgb(25,147,190); }

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

border-color css

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

 span { border-color: rgb(25,147,190); }

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