Html Css Color HEX #1DA0BE Pelorous

📋 copy color: '#1DA0BE'

red 29 ◦ green 160 ◦ blue 190

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

Shades of Pelorous #1DA0BE

Tints of Pelorous #1DA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 7.65%
G = 42.22%
B = 50.13%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1DA0BE (or 0x1DA0BE) is known color: Pelorous. HEX triplet: 1D, A0 and BE. RGB value is (29,160,190). Sum of RGB (Red+Green+Blue) = 29+160+190=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA0BE is #E25F41. Grayscale: #7C7C7C. Windows color (decimal): -14835522 or 12492829. OLE color: 12492829.

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

Color convert

RGB 29 160 190 -
CMYK 0.85 0.16 0 0.25
HSL 191.18º 0.74% 0.43% -
HSV(B) 191.18º 0.85% 0.75% -
XYZ 22.37 29.12 53.16 -
YUV 124.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 29 160 190 0.85 0.16 0 0.25 191.18 0.74 0.43
Hex 1D A0 BE 55 10 0 19 BF 4A 2B
Octal 35 240 276 125 20 0 31 277 112 53
Binary 11101 10100000 10111110 1010101 10000 0 11001 10111111 1001010 101011

Color Harmonies of #1DA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA0BE

Black with #1DA0BE

Text Example


Text Example

White with #1DA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,160,190); }

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

background-color css

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

 a { background-color: rgb(29,160,190); }

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

border-color css

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

 span { border-color: rgb(29,160,190); }

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