Html Css Color HEX #1DA1CB Pelorous

📋 copy color: '#1DA1CB'

red 29 ◦ green 161 ◦ blue 203

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

Shades of Pelorous #1DA1CB

Tints of Pelorous #1DA1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 7.38%
G = 40.97%
B = 51.65%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DA1CB (or 0x1DA1CB) is known color: Pelorous. HEX triplet: 1D, A1 and CB. RGB value is (29,161,203). Sum of RGB (Red+Green+Blue) = 29+161+203=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DA1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA1CB is #E25E34. Grayscale: #7E7E7E. Windows color (decimal): -14835253 or 13345053. OLE color: 13345053.

HSL color Cylindrical-coordinate representation of color #1DA1CB: hue angle of 194.48º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA1CB is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 161 203 -
CMYK 0.86 0.21 0 0.20
HSL 194.48º 0.75% 0.45% -
HSV(B) 194.48º 0.86% 0.8% -
XYZ 24.03 30.06 61.04 -
YUV 126.32 171.27 58.58 -
System Red Green Blue C M Y K H S L
Decimal 29 161 203 0.86 0.21 0 0.20 194.48 0.75 0.45
Hex 1D A1 CB 56 15 0 14 C2 4B 2D
Octal 35 241 313 126 25 0 24 302 113 55
Binary 11101 10100001 11001011 1010110 10101 0 10100 11000010 1001011 101101

Color Harmonies of #1DA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA1CB

Black with #1DA1CB

Text Example


Text Example

White with #1DA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,161,203); }

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

background-color css

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

 a { background-color: rgb(29,161,203); }

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

border-color css

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

 span { border-color: rgb(29,161,203); }

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