Html Css Color HEX #1D8DAE Pelorous

📋 copy color: '#1D8DAE'

red 29 ◦ green 141 ◦ blue 174

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

Shades of Pelorous #1D8DAE

Tints of Pelorous #1D8DAE

RGB

 RED value IS 29 (11.72% from 255) = 8.43%

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 8.43%
G = 40.99%
B = 50.58%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D8DAE (or 0x1D8DAE) is known color: Pelorous. HEX triplet: 1D, 8D and AE. RGB value is (29,141,174). Sum of RGB (Red+Green+Blue) = 29+141+174=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D8DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8DAE is #E27251. Grayscale: #6F6F6F. Windows color (decimal): -14840402 or 11439389. OLE color: 11439389.

HSL color Cylindrical-coordinate representation of color #1D8DAE: hue angle of 193.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D8DAE is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 141 174 -
CMYK 0.83 0.19 0 0.32
HSL 193.66º 0.71% 0.4% -
HSV(B) 193.66º 0.83% 0.68% -
XYZ 17.67 22.37 43.43 -
YUV 111.27 163.39 69.32 -
System Red Green Blue C M Y K H S L
Decimal 29 141 174 0.83 0.19 0 0.32 193.66 0.71 0.4
Hex 1D 8D AE 53 13 0 20 C2 47 28
Octal 35 215 256 123 23 0 40 302 107 50
Binary 11101 10001101 10101110 1010011 10011 0 100000 11000010 1000111 101000

Color Harmonies of #1D8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8DAE

Black with #1D8DAE

Text Example


Text Example

White with #1D8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D8DAE; }

 p { color: rgb(29,141,174); }

 H1.HeaderClassName
 {
   color: #1D8DAE;
 }
 .AnyTagClassName
 {
   color: #1D8DAE;
 }
</style>

background-color css

<style>
 a { background-color: #1D8DAE; }

 a { background-color: rgb(29,141,174); }

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

border-color css

<style>
 span { border-color: #1D8DAE; }

 span { border-color: rgb(29,141,174); }

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