Html Css Color HEX #1794BC Pelorous

📋 copy color: '#1794BC'

red 23 ◦ green 148 ◦ blue 188

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

Shades of Pelorous #1794BC

Tints of Pelorous #1794BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 6.41%
G = 41.23%
B = 52.37%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1794BC (or 0x1794BC) is known color: Pelorous. HEX triplet: 17, 94 and BC. RGB value is (23,148,188). Sum of RGB (Red+Green+Blue) = 23+148+188=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #1794BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794BC is #E86B43. Grayscale: #727272. Windows color (decimal): -15231812 or 12358679. OLE color: 12358679.

HSL color Cylindrical-coordinate representation of color #1794BC: hue angle of 194.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1794BC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 148 188 -
CMYK 0.88 0.21 0 0.26
HSL 194.55º 0.78% 0.41% -
HSV(B) 194.55º 0.88% 0.74% -
XYZ 20.02 24.99 51.35 -
YUV 115.19 169.09 62.25 -
System Red Green Blue C M Y K H S L
Decimal 23 148 188 0.88 0.21 0 0.26 194.55 0.78 0.41
Hex 17 94 BC 58 15 0 1A C3 4E 29
Octal 27 224 274 130 25 0 32 303 116 51
Binary 10111 10010100 10111100 1011000 10101 0 11010 11000011 1001110 101001

Color Harmonies of #1794BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1794BC

Black with #1794BC

Text Example


Text Example

White with #1794BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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