Html Css Color HEX #1D99CC Pelorous

📋 copy color: '#1D99CC'

red 29 ◦ green 153 ◦ blue 204

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

Shades of Pelorous #1D99CC

Tints of Pelorous #1D99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

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

R = 7.51%
G = 39.64%
B = 52.85%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D99CC (or 0x1D99CC) is known color: Pelorous. HEX triplet: 1D, 99 and CC. RGB value is (29,153,204). Sum of RGB (Red+Green+Blue) = 29+153+204=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D99CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D99CC is #E26633. Grayscale: #797979. Windows color (decimal): -14837300 or 13408541. OLE color: 13408541.

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

Color convert

RGB 29 153 204 -
CMYK 0.86 0.25 0 0.2
HSL 197.49º 0.75% 0.46% -
HSV(B) 197.49º 0.86% 0.8% -
XYZ 22.8 27.4 61.21 -
YUV 121.74 174.42 61.85 -
System Red Green Blue C M Y K H S L
Decimal 29 153 204 0.86 0.25 0 0.2 197.49 0.75 0.46
Hex 1D 99 CC 56 19 0 14 C5 4B 2E
Octal 35 231 314 126 31 0 24 305 113 56
Binary 11101 10011001 11001100 1010110 11001 0 10100 11000101 1001011 101110

Color Harmonies of #1D99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D99CC

Black with #1D99CC

Text Example


Text Example

White with #1D99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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