Html Css Color HEX #1D8ABF Pelorous

📋 copy color: '#1D8ABF'

red 29 ◦ green 138 ◦ blue 191

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

Shades of Pelorous #1D8ABF

Tints of Pelorous #1D8ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 191 (75% from 255) = 53.35%

R = 8.1%
G = 38.55%
B = 53.35%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D8ABF (or 0x1D8ABF) is known color: Pelorous. HEX triplet: 1D, 8A and BF. RGB value is (29,138,191). Sum of RGB (Red+Green+Blue) = 29+138+191=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8ABF is #E27540. Grayscale: #6F6F6F. Windows color (decimal): -14841153 or 12552733. OLE color: 12552733.

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

Color convert

RGB 29 138 191 -
CMYK 0.85 0.28 0 0.25
HSL 199.63º 0.74% 0.43% -
HSV(B) 199.63º 0.85% 0.75% -
XYZ 19 22.2 52.57 -
YUV 111.45 172.89 69.19 -
System Red Green Blue C M Y K H S L
Decimal 29 138 191 0.85 0.28 0 0.25 199.63 0.74 0.43
Hex 1D 8A BF 55 1C 0 19 C8 4A 2B
Octal 35 212 277 125 34 0 31 310 112 53
Binary 11101 10001010 10111111 1010101 11100 0 11001 11001000 1001010 101011

Color Harmonies of #1D8ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8ABF

Black with #1D8ABF

Text Example


Text Example

White with #1D8ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,138,191); }

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

background-color css

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

 a { background-color: rgb(29,138,191); }

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

border-color css

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

 span { border-color: rgb(29,138,191); }

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