Html Css Color HEX #1D9DCB Pelorous

📋 copy color: '#1D9DCB'

red 29 ◦ green 157 ◦ blue 203

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

Shades of Pelorous #1D9DCB

Tints of Pelorous #1D9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

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

R = 7.46%
G = 40.36%
B = 52.19%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D9DCB (or 0x1D9DCB) is known color: Pelorous. HEX triplet: 1D, 9D and CB. RGB value is (29,157,203). Sum of RGB (Red+Green+Blue) = 29+157+203=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D9DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9DCB is #E26234. Grayscale: #7B7B7B. Windows color (decimal): -14836277 or 13344029. OLE color: 13344029.

HSL color Cylindrical-coordinate representation of color #1D9DCB: hue angle of 195.86º 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 #1D9DCB is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 157 203 -
CMYK 0.86 0.23 0 0.20
HSL 195.86º 0.75% 0.45% -
HSV(B) 195.86º 0.86% 0.8% -
XYZ 23.34 28.69 60.81 -
YUV 123.97 172.59 60.26 -
System Red Green Blue C M Y K H S L
Decimal 29 157 203 0.86 0.23 0 0.20 195.86 0.75 0.45
Hex 1D 9D CB 56 17 0 14 C4 4B 2D
Octal 35 235 313 126 27 0 24 304 113 55
Binary 11101 10011101 11001011 1010110 10111 0 10100 11000100 1001011 101101

Color Harmonies of #1D9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9DCB

Black with #1D9DCB

Text Example


Text Example

White with #1D9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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