Html Css Color HEX #1D9FCC Pelorous

📋 copy color: '#1D9FCC'

red 29 ◦ green 159 ◦ blue 204

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

Shades of Pelorous #1D9FCC

Tints of Pelorous #1D9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

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

R = 7.4%
G = 40.56%
B = 52.04%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D9FCC (or 0x1D9FCC) is known color: Pelorous. HEX triplet: 1D, 9F and CC. RGB value is (29,159,204). Sum of RGB (Red+Green+Blue) = 29+159+204=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FCC is #E26033. Grayscale: #7C7C7C. Windows color (decimal): -14835764 or 13410077. OLE color: 13410077.

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

Color convert

RGB 29 159 204 -
CMYK 0.86 0.22 0 0.2
HSL 195.43º 0.75% 0.46% -
HSV(B) 195.43º 0.86% 0.8% -
XYZ 23.8 29.42 61.55 -
YUV 125.26 172.43 59.34 -
System Red Green Blue C M Y K H S L
Decimal 29 159 204 0.86 0.22 0 0.2 195.43 0.75 0.46
Hex 1D 9F CC 56 16 0 14 C3 4B 2E
Octal 35 237 314 126 26 0 24 303 113 56
Binary 11101 10011111 11001100 1010110 10110 0 10100 11000011 1001011 101110

Color Harmonies of #1D9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9FCC

Black with #1D9FCC

Text Example


Text Example

White with #1D9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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