Html Css Color HEX #1799BE Pelorous

📋 copy color: '#1799BE'

red 23 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #1799BE

Tints of Pelorous #1799BE

RGB

 RED value IS 23 (9.38% from 255) = 6.28%

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 6.28%
G = 41.8%
B = 51.91%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1799BE (or 0x1799BE) is known color: Pelorous. HEX triplet: 17, 99 and BE. RGB value is (23,153,190). Sum of RGB (Red+Green+Blue) = 23+153+190=366 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.28% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #1799BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799BE is #E86641. Grayscale: #767676. Windows color (decimal): -15230530 or 12491031. OLE color: 12491031.

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

Color convert

RGB 23 153 190 -
CMYK 0.88 0.19 0 0.25
HSL 193.29º 0.78% 0.42% -
HSV(B) 193.29º 0.88% 0.75% -
XYZ 21.04 26.68 52.76 -
YUV 118.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 23 153 190 0.88 0.19 0 0.25 193.29 0.78 0.42
Hex 17 99 BE 58 13 0 19 C1 4E 2A
Octal 27 231 276 130 23 0 31 301 116 52
Binary 10111 10011001 10111110 1011000 10011 0 11001 11000001 1001110 101010

Color Harmonies of #1799BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1799BE

Black with #1799BE

Text Example


Text Example

White with #1799BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,153,190); }

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

background-color css

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

 a { background-color: rgb(23,153,190); }

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

border-color css

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

 span { border-color: rgb(23,153,190); }

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