Html Css Color HEX #1D9ACE Pelorous

📋 copy color: '#1D9ACE'

red 29 ◦ green 154 ◦ blue 206

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

Shades of Pelorous #1D9ACE

Tints of Pelorous #1D9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 7.46%
G = 39.59%
B = 52.96%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D9ACE (or 0x1D9ACE) is known color: Pelorous. HEX triplet: 1D, 9A and CE. RGB value is (29,154,206). Sum of RGB (Red+Green+Blue) = 29+154+206=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9ACE is #E26531. Grayscale: #7A7A7A. Windows color (decimal): -14837042 or 13539869. OLE color: 13539869.

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

Color convert

RGB 29 154 206 -
CMYK 0.86 0.25 0 0.19
HSL 197.63º 0.75% 0.46% -
HSV(B) 197.63º 0.86% 0.81% -
XYZ 23.2 27.83 62.54 -
YUV 122.55 175.09 61.27 -
System Red Green Blue C M Y K H S L
Decimal 29 154 206 0.86 0.25 0 0.19 197.63 0.75 0.46
Hex 1D 9A CE 56 19 0 13 C6 4B 2E
Octal 35 232 316 126 31 0 23 306 113 56
Binary 11101 10011010 11001110 1010110 11001 0 10011 11000110 1001011 101110

Color Harmonies of #1D9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9ACE

Black with #1D9ACE

Text Example


Text Example

White with #1D9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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