Html Css Color HEX #1DADCC Iris Blue

📋 copy color: '#1DADCC'

red 29 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #1DADCC

Tints of Iris Blue #1DADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 7.14%
G = 42.61%
B = 50.25%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DADCC (or 0x1DADCC) is known color: Iris Blue. HEX triplet: 1D, AD and CC. RGB value is (29,173,204). Sum of RGB (Red+Green+Blue) = 29+173+204=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADCC is #E25233. Grayscale: #858585. Windows color (decimal): -14832180 or 13413661. OLE color: 13413661.

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

Color convert

RGB 29 173 204 -
CMYK 0.86 0.15 0 0.2
HSL 190.63º 0.75% 0.46% -
HSV(B) 190.63º 0.86% 0.8% -
XYZ 26.35 34.51 62.4 -
YUV 133.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 29 173 204 0.86 0.15 0 0.2 190.63 0.75 0.46
Hex 1D AD CC 56 F 0 14 BF 4B 2E
Octal 35 255 314 126 17 0 24 277 113 56
Binary 11101 10101101 11001100 1010110 1111 0 10100 10111111 1001011 101110

Color Harmonies of #1DADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADCC

Black with #1DADCC

Text Example


Text Example

White with #1DADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,173,204); }

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

background-color css

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

 a { background-color: rgb(29,173,204); }

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

border-color css

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

 span { border-color: rgb(29,173,204); }

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