Html Css Color HEX #1794BB Pelorous

📋 copy color: '#1794BB'

red 23 ◦ green 148 ◦ blue 187

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

Shades of Pelorous #1794BB

Tints of Pelorous #1794BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

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

R = 6.42%
G = 41.34%
B = 52.23%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1794BB (or 0x1794BB) is known color: Pelorous. HEX triplet: 17, 94 and BB. RGB value is (23,148,187). Sum of RGB (Red+Green+Blue) = 23+148+187=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #1794BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794BB is #E86B44. Grayscale: #727272. Windows color (decimal): -15231813 or 12293143. OLE color: 12293143.

HSL color Cylindrical-coordinate representation of color #1794BB: hue angle of 194.27º 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 #1794BB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 148 187 -
CMYK 0.88 0.21 0 0.27
HSL 194.27º 0.78% 0.41% -
HSV(B) 194.27º 0.88% 0.73% -
XYZ 19.91 24.95 50.78 -
YUV 115.07 168.59 62.33 -
System Red Green Blue C M Y K H S L
Decimal 23 148 187 0.88 0.21 0 0.27 194.27 0.78 0.41
Hex 17 94 BB 58 15 0 1B C2 4E 29
Octal 27 224 273 130 25 0 33 302 116 51
Binary 10111 10010100 10111011 1011000 10101 0 11011 11000010 1001110 101001

Color Harmonies of #1794BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1794BB

Black with #1794BB

Text Example


Text Example

White with #1794BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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