Html Css Color HEX #1993BB Pelorous

📋 copy color: '#1993BB'

red 25 ◦ green 147 ◦ blue 187

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

Shades of Pelorous #1993BB

Tints of Pelorous #1993BB

RGB

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

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

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

R = 6.96%
G = 40.95%
B = 52.09%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1993BB (or 0x1993BB) is known color: Pelorous. HEX triplet: 19, 93 and BB. RGB value is (25,147,187). Sum of RGB (Red+Green+Blue) = 25+147+187=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #1993BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993BB is #E66C44. Grayscale: #727272. Windows color (decimal): -15100997 or 12292889. OLE color: 12292889.

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

Color convert

RGB 25 147 187 -
CMYK 0.87 0.21 0 0.27
HSL 194.81º 0.76% 0.42% -
HSV(B) 194.81º 0.87% 0.73% -
XYZ 19.8 24.66 50.73 -
YUV 115.08 168.58 63.75 -
System Red Green Blue C M Y K H S L
Decimal 25 147 187 0.87 0.21 0 0.27 194.81 0.76 0.42
Hex 19 93 BB 57 15 0 1B C3 4C 2A
Octal 31 223 273 127 25 0 33 303 114 52
Binary 11001 10010011 10111011 1010111 10101 0 11011 11000011 1001100 101010

Color Harmonies of #1993BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993BB

Black with #1993BB

Text Example


Text Example

White with #1993BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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