Html Css Color HEX #1885AB Pelorous

📋 copy color: '#1885AB'

red 24 ◦ green 133 ◦ blue 171

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

Shades of Pelorous #1885AB

Tints of Pelorous #1885AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 7.32%
G = 40.55%
B = 52.13%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1885AB (or 0x1885AB) is known color: Pelorous. HEX triplet: 18, 85 and AB. RGB value is (24,133,171). Sum of RGB (Red+Green+Blue) = 24+133+171=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #1885AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1885AB is #E77A54. Grayscale: #686868. Windows color (decimal): -15170133 or 11240728. OLE color: 11240728.

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

Color convert

RGB 24 133 171 -
CMYK 0.86 0.22 0 0.33
HSL 195.51º 0.75% 0.38% -
HSV(B) 195.51º 0.86% 0.67% -
XYZ 16.11 19.91 41.52 -
YUV 104.74 165.39 70.41 -
System Red Green Blue C M Y K H S L
Decimal 24 133 171 0.86 0.22 0 0.33 195.51 0.75 0.38
Hex 18 85 AB 56 16 0 21 C4 4B 26
Octal 30 205 253 126 26 0 41 304 113 46
Binary 11000 10000101 10101011 1010110 10110 0 100001 11000100 1001011 100110

Color Harmonies of #1885AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885AB

Black with #1885AB

Text Example


Text Example

White with #1885AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,133,171); }

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

background-color css

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

 a { background-color: rgb(24,133,171); }

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

border-color css

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

 span { border-color: rgb(24,133,171); }

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