Html Css Color HEX #1D9ABC Pelorous

📋 copy color: '#1D9ABC'

red 29 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #1D9ABC

Tints of Pelorous #1D9ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 7.82%
G = 41.51%
B = 50.67%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D9ABC (or 0x1D9ABC) is known color: Pelorous. HEX triplet: 1D, 9A and BC. RGB value is (29,154,188). Sum of RGB (Red+Green+Blue) = 29+154+188=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D9ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9ABC is #E26543. Grayscale: #787878. Windows color (decimal): -14837060 or 12360221. OLE color: 12360221.

HSL color Cylindrical-coordinate representation of color #1D9ABC: hue angle of 192.83º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9ABC is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 154 188 -
CMYK 0.85 0.18 0 0.26
HSL 192.83º 0.73% 0.43% -
HSV(B) 192.83º 0.85% 0.74% -
XYZ 21.14 27 51.67 -
YUV 120.5 166.09 62.74 -
System Red Green Blue C M Y K H S L
Decimal 29 154 188 0.85 0.18 0 0.26 192.83 0.73 0.43
Hex 1D 9A BC 55 12 0 1A C1 49 2B
Octal 35 232 274 125 22 0 32 301 111 53
Binary 11101 10011010 10111100 1010101 10010 0 11010 11000001 1001001 101011

Color Harmonies of #1D9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9ABC

Black with #1D9ABC

Text Example


Text Example

White with #1D9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,154,188); }

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

background-color css

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

 a { background-color: rgb(29,154,188); }

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

border-color css

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

 span { border-color: rgb(29,154,188); }

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