Html Css Color HEX #1D8EBB Pelorous

📋 copy color: '#1D8EBB'

red 29 ◦ green 142 ◦ blue 187

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

Shades of Pelorous #1D8EBB

Tints of Pelorous #1D8EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 8.1%
G = 39.66%
B = 52.23%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D8EBB (or 0x1D8EBB) is known color: Pelorous. HEX triplet: 1D, 8E and BB. RGB value is (29,142,187). Sum of RGB (Red+Green+Blue) = 29+142+187=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D8EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8EBB is #E27144. Grayscale: #717171. Windows color (decimal): -14840133 or 12291613. OLE color: 12291613.

HSL color Cylindrical-coordinate representation of color #1D8EBB: hue angle of 197.09º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D8EBB is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 142 187 -
CMYK 0.84 0.24 0 0.27
HSL 197.09º 0.73% 0.42% -
HSV(B) 197.09º 0.84% 0.73% -
XYZ 19.15 23.2 50.48 -
YUV 113.34 169.56 67.84 -
System Red Green Blue C M Y K H S L
Decimal 29 142 187 0.84 0.24 0 0.27 197.09 0.73 0.42
Hex 1D 8E BB 54 18 0 1B C5 49 2A
Octal 35 216 273 124 30 0 33 305 111 52
Binary 11101 10001110 10111011 1010100 11000 0 11011 11000101 1001001 101010

Color Harmonies of #1D8EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8EBB

Black with #1D8EBB

Text Example


Text Example

White with #1D8EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,142,187); }

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

background-color css

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

 a { background-color: rgb(29,142,187); }

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

border-color css

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

 span { border-color: rgb(29,142,187); }

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