Html Css Color HEX #1D99CE Pelorous

📋 copy color: '#1D99CE'

red 29 ◦ green 153 ◦ blue 206

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

Shades of Pelorous #1D99CE

Tints of Pelorous #1D99CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 7.47%
G = 39.43%
B = 53.09%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D99CE (or 0x1D99CE) is known color: Pelorous. HEX triplet: 1D, 99 and CE. RGB value is (29,153,206). Sum of RGB (Red+Green+Blue) = 29+153+206=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D99CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D99CE is #E26631. Grayscale: #797979. Windows color (decimal): -14837298 or 13539613. OLE color: 13539613.

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

Color convert

RGB 29 153 206 -
CMYK 0.86 0.26 0 0.19
HSL 197.97º 0.75% 0.46% -
HSV(B) 197.97º 0.86% 0.81% -
XYZ 23.04 27.5 62.49 -
YUV 121.97 175.42 61.69 -
System Red Green Blue C M Y K H S L
Decimal 29 153 206 0.86 0.26 0 0.19 197.97 0.75 0.46
Hex 1D 99 CE 56 1A 0 13 C6 4B 2E
Octal 35 231 316 126 32 0 23 306 113 56
Binary 11101 10011001 11001110 1010110 11010 0 10011 11000110 1001011 101110

Color Harmonies of #1D99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D99CE

Black with #1D99CE

Text Example


Text Example

White with #1D99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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