Html Css Color HEX #1788AB Pelorous

📋 copy color: '#1788AB'

red 23 ◦ green 136 ◦ blue 171

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

Shades of Pelorous #1788AB

Tints of Pelorous #1788AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 6.97%
G = 41.21%
B = 51.82%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1788AB (or 0x1788AB) is known color: Pelorous. HEX triplet: 17, 88 and AB. RGB value is (23,136,171). Sum of RGB (Red+Green+Blue) = 23+136+171=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #1788AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1788AB is #E87754. Grayscale: #696969. Windows color (decimal): -15234901 or 11241495. OLE color: 11241495.

HSL color Cylindrical-coordinate representation of color #1788AB: hue angle of 194.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1788AB is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 136 171 -
CMYK 0.87 0.20 0 0.33
HSL 194.19º 0.76% 0.38% -
HSV(B) 194.19º 0.87% 0.67% -
XYZ 16.51 20.73 41.66 -
YUV 106.2 164.56 68.65 -
System Red Green Blue C M Y K H S L
Decimal 23 136 171 0.87 0.20 0 0.33 194.19 0.76 0.38
Hex 17 88 AB 57 14 0 21 C2 4C 26
Octal 27 210 253 127 24 0 41 302 114 46
Binary 10111 10001000 10101011 1010111 10100 0 100001 11000010 1001100 100110

Color Harmonies of #1788AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1788AB

Black with #1788AB

Text Example


Text Example

White with #1788AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1788AB; }

 p { color: rgb(23,136,171); }

 H1.HeaderClassName
 {
   color: #1788AB;
 }
 .AnyTagClassName
 {
   color: #1788AB;
 }
</style>

background-color css

<style>
 a { background-color: #1788AB; }

 a { background-color: rgb(23,136,171); }

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

border-color css

<style>
 span { border-color: #1788AB; }

 span { border-color: rgb(23,136,171); }

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