Html Css Color HEX #179DBB Pelorous

📋 copy color: '#179DBB'

red 23 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #179DBB

Tints of Pelorous #179DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

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

R = 6.27%
G = 42.78%
B = 50.95%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#179DBB (or 0x179DBB) is known color: Pelorous. HEX triplet: 17, 9D and BB. RGB value is (23,157,187). Sum of RGB (Red+Green+Blue) = 23+157+187=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #179DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DBB is #E86244. Grayscale: #787878. Windows color (decimal): -15229509 or 12295447. OLE color: 12295447.

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

Color convert

RGB 23 157 187 -
CMYK 0.88 0.16 0 0.27
HSL 190.98º 0.78% 0.41% -
HSV(B) 190.98º 0.88% 0.73% -
XYZ 21.38 27.88 51.27 -
YUV 120.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 23 157 187 0.88 0.16 0 0.27 190.98 0.78 0.41
Hex 17 9D BB 58 10 0 1B BF 4E 29
Octal 27 235 273 130 20 0 33 277 116 51
Binary 10111 10011101 10111011 1011000 10000 0 11011 10111111 1001110 101001

Color Harmonies of #179DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179DBB

Black with #179DBB

Text Example


Text Example

White with #179DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #179DBB; }

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

 H1.HeaderClassName
 {
   color: #179DBB;
 }
 .AnyTagClassName
 {
   color: #179DBB;
 }
</style>

background-color css

<style>
 a { background-color: #179DBB; }

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

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

border-color css

<style>
 span { border-color: #179DBB; }

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

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