Html Css Color HEX #1DAFCD Iris Blue

📋 copy color: '#1DAFCD'

red 29 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #1DAFCD

Tints of Iris Blue #1DAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 7.09%
G = 42.79%
B = 50.12%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DAFCD (or 0x1DAFCD) is known color: Iris Blue. HEX triplet: 1D, AF and CD. RGB value is (29,175,205). Sum of RGB (Red+Green+Blue) = 29+175+205=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFCD is #E25032. Grayscale: #868686. Windows color (decimal): -14831667 or 13479709. OLE color: 13479709.

HSL color Cylindrical-coordinate representation of color #1DAFCD: hue angle of 190.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DAFCD is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 175 205 -
CMYK 0.86 0.15 0 0.20
HSL 190.23º 0.75% 0.46% -
HSV(B) 190.23º 0.86% 0.8% -
XYZ 26.86 35.33 63.16 -
YUV 134.77 167.63 52.56 -
System Red Green Blue C M Y K H S L
Decimal 29 175 205 0.86 0.15 0 0.20 190.23 0.75 0.46
Hex 1D AF CD 56 F 0 14 BE 4B 2E
Octal 35 257 315 126 17 0 24 276 113 56
Binary 11101 10101111 11001101 1010110 1111 0 10100 10111110 1001011 101110

Color Harmonies of #1DAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFCD

Black with #1DAFCD

Text Example


Text Example

White with #1DAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,175,205); }

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

background-color css

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

 a { background-color: rgb(29,175,205); }

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

border-color css

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

 span { border-color: rgb(29,175,205); }

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