Html Css Color HEX #1D9EB4 Pelorous

📋 copy color: '#1D9EB4'

red 29 ◦ green 158 ◦ blue 180

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

Shades of Pelorous #1D9EB4

Tints of Pelorous #1D9EB4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.05%

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 7.9%
G = 43.05%
B = 49.05%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1D9EB4 (or 0x1D9EB4) is known color: Pelorous. HEX triplet: 1D, 9E and B4. RGB value is (29,158,180). Sum of RGB (Red+Green+Blue) = 29+158+180=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D9EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9EB4 is #E2614B. Grayscale: #797979. Windows color (decimal): -14836044 or 11836957. OLE color: 11836957.

HSL color Cylindrical-coordinate representation of color #1D9EB4: hue angle of 188.74º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D9EB4 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 158 180 -
CMYK 0.84 0.12 0 0.29
HSL 188.74º 0.72% 0.41% -
HSV(B) 188.74º 0.84% 0.71% -
XYZ 20.97 28.01 47.48 -
YUV 121.94 160.76 61.71 -
System Red Green Blue C M Y K H S L
Decimal 29 158 180 0.84 0.12 0 0.29 188.74 0.72 0.41
Hex 1D 9E B4 54 C 0 1D BD 48 29
Octal 35 236 264 124 14 0 35 275 110 51
Binary 11101 10011110 10110100 1010100 1100 0 11101 10111101 1001000 101001

Color Harmonies of #1D9EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9EB4

Black with #1D9EB4

Text Example


Text Example

White with #1D9EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,158,180); }

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

background-color css

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

 a { background-color: rgb(29,158,180); }

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

border-color css

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

 span { border-color: rgb(29,158,180); }

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