Html Css Color HEX #1D99BC Pelorous

📋 copy color: '#1D99BC'

red 29 ◦ green 153 ◦ blue 188

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

Shades of Pelorous #1D99BC

Tints of Pelorous #1D99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 7.84%
G = 41.35%
B = 50.81%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D99BC (or 0x1D99BC) is known color: Pelorous. HEX triplet: 1D, 99 and BC. RGB value is (29,153,188). Sum of RGB (Red+Green+Blue) = 29+153+188=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D99BC is #E26643. Grayscale: #777777. Windows color (decimal): -14837316 or 12359965. OLE color: 12359965.

HSL color Cylindrical-coordinate representation of color #1D99BC: hue angle of 193.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D99BC is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 153 188 -
CMYK 0.85 0.19 0 0.26
HSL 193.21º 0.73% 0.43% -
HSV(B) 193.21º 0.85% 0.74% -
XYZ 20.98 26.67 51.62 -
YUV 119.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 29 153 188 0.85 0.19 0 0.26 193.21 0.73 0.43
Hex 1D 99 BC 55 13 0 1A C1 49 2B
Octal 35 231 274 125 23 0 32 301 111 53
Binary 11101 10011001 10111100 1010101 10011 0 11010 11000001 1001001 101011

Color Harmonies of #1D99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D99BC

Black with #1D99BC

Text Example


Text Example

White with #1D99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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