Html Css Color HEX #1D9DCC Pelorous

📋 copy color: '#1D9DCC'

red 29 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #1D9DCC

Tints of Pelorous #1D9DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 7.44%
G = 40.26%
B = 52.31%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D9DCC (or 0x1D9DCC) is known color: Pelorous. HEX triplet: 1D, 9D and CC. RGB value is (29,157,204). Sum of RGB (Red+Green+Blue) = 29+157+204=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D9DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9DCC is #E26233. Grayscale: #7B7B7B. Windows color (decimal): -14836276 or 13409565. OLE color: 13409565.

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

Color convert

RGB 29 157 204 -
CMYK 0.86 0.23 0 0.2
HSL 196.11º 0.75% 0.46% -
HSV(B) 196.11º 0.86% 0.8% -
XYZ 23.46 28.73 61.44 -
YUV 124.09 173.09 60.18 -
System Red Green Blue C M Y K H S L
Decimal 29 157 204 0.86 0.23 0 0.2 196.11 0.75 0.46
Hex 1D 9D CC 56 17 0 14 C4 4B 2E
Octal 35 235 314 126 27 0 24 304 113 56
Binary 11101 10011101 11001100 1010110 10111 0 10100 11000100 1001011 101110

Color Harmonies of #1D9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9DCC

Black with #1D9DCC

Text Example


Text Example

White with #1D9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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