Html Css Color HEX #1798BB Pelorous

📋 copy color: '#1798BB'

red 23 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #1798BB

Tints of Pelorous #1798BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 6.35%
G = 41.99%
B = 51.66%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1798BB (or 0x1798BB) is known color: Pelorous. HEX triplet: 17, 98 and BB. RGB value is (23,152,187). Sum of RGB (Red+Green+Blue) = 23+152+187=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #1798BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1798BB is #E86744. Grayscale: #757575. Windows color (decimal): -15230789 or 12294167. OLE color: 12294167.

HSL color Cylindrical-coordinate representation of color #1798BB: hue angle of 192.8º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1798BB is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 152 187 -
CMYK 0.88 0.19 0 0.27
HSL 192.8º 0.78% 0.41% -
HSV(B) 192.8º 0.88% 0.73% -
XYZ 20.55 26.23 50.99 -
YUV 117.42 167.26 60.65 -
System Red Green Blue C M Y K H S L
Decimal 23 152 187 0.88 0.19 0 0.27 192.8 0.78 0.41
Hex 17 98 BB 58 13 0 1B C1 4E 29
Octal 27 230 273 130 23 0 33 301 116 51
Binary 10111 10011000 10111011 1011000 10011 0 11011 11000001 1001110 101001

Color Harmonies of #1798BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1798BB

Black with #1798BB

Text Example


Text Example

White with #1798BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,152,187); }

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

background-color css

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

 a { background-color: rgb(23,152,187); }

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

border-color css

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

 span { border-color: rgb(23,152,187); }

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