Html Css Color HEX #1D8ACE Pelorous

📋 copy color: '#1D8ACE'

red 29 ◦ green 138 ◦ blue 206

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

Shades of Pelorous #1D8ACE

Tints of Pelorous #1D8ACE

RGB

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

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

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

R = 7.77%
G = 37%
B = 55.23%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D8ACE (or 0x1D8ACE) is known color: Pelorous. HEX triplet: 1D, 8A and CE. RGB value is (29,138,206). Sum of RGB (Red+Green+Blue) = 29+138+206=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D8ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8ACE is #E27531. Grayscale: #707070. Windows color (decimal): -14841138 or 13535773. OLE color: 13535773.

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

Color convert

RGB 29 138 206 -
CMYK 0.86 0.33 0 0.19
HSL 203.05º 0.75% 0.46% -
HSV(B) 203.05º 0.86% 0.81% -
XYZ 20.74 22.89 61.72 -
YUV 113.16 180.39 67.97 -
System Red Green Blue C M Y K H S L
Decimal 29 138 206 0.86 0.33 0 0.19 203.05 0.75 0.46
Hex 1D 8A CE 56 21 0 13 CB 4B 2E
Octal 35 212 316 126 41 0 23 313 113 56
Binary 11101 10001010 11001110 1010110 100001 0 10011 11001011 1001011 101110

Color Harmonies of #1D8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8ACE

Black with #1D8ACE

Text Example


Text Example

White with #1D8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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