Html Css Color HEX #1888AD Pelorous

📋 copy color: '#1888AD'

red 24 ◦ green 136 ◦ blue 173

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

Shades of Pelorous #1888AD

Tints of Pelorous #1888AD

RGB

 RED value IS 24 (9.77% from 255) = 7.21%

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

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 7.21%
G = 40.84%
B = 51.95%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1888AD (or 0x1888AD) is known color: Pelorous. HEX triplet: 18, 88 and AD. RGB value is (24,136,173). Sum of RGB (Red+Green+Blue) = 24+136+173=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #1888AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1888AD is #E77752. Grayscale: #6A6A6A. Windows color (decimal): -15169363 or 11372568. OLE color: 11372568.

HSL color Cylindrical-coordinate representation of color #1888AD: hue angle of 194.9º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1888AD is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 136 173 -
CMYK 0.86 0.21 0 0.32
HSL 194.9º 0.76% 0.39% -
HSV(B) 194.9º 0.86% 0.68% -
XYZ 16.72 20.82 42.67 -
YUV 106.73 165.39 68.99 -
System Red Green Blue C M Y K H S L
Decimal 24 136 173 0.86 0.21 0 0.32 194.9 0.76 0.39
Hex 18 88 AD 56 15 0 20 C3 4C 27
Octal 30 210 255 126 25 0 40 303 114 47
Binary 11000 10001000 10101101 1010110 10101 0 100000 11000011 1001100 100111

Color Harmonies of #1888AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888AD

Black with #1888AD

Text Example


Text Example

White with #1888AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1888AD; }

 p { color: rgb(24,136,173); }

 H1.HeaderClassName
 {
   color: #1888AD;
 }
 .AnyTagClassName
 {
   color: #1888AD;
 }
</style>

background-color css

<style>
 a { background-color: #1888AD; }

 a { background-color: rgb(24,136,173); }

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

border-color css

<style>
 span { border-color: #1888AD; }

 span { border-color: rgb(24,136,173); }

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