Html Css Color HEX #1DADCF Iris Blue

📋 copy color: '#1DADCF'

red 29 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #1DADCF

Tints of Iris Blue #1DADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 7.09%
G = 42.3%
B = 50.61%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DADCF (or 0x1DADCF) is known color: Iris Blue. HEX triplet: 1D, AD and CF. RGB value is (29,173,207). Sum of RGB (Red+Green+Blue) = 29+173+207=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADCF is #E25230. Grayscale: #858585. Windows color (decimal): -14832177 or 13610269. OLE color: 13610269.

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

Color convert

RGB 29 173 207 -
CMYK 0.86 0.16 0 0.19
HSL 191.46º 0.75% 0.46% -
HSV(B) 191.46º 0.86% 0.81% -
XYZ 26.71 34.65 64.31 -
YUV 133.82 169.29 53.24 -
System Red Green Blue C M Y K H S L
Decimal 29 173 207 0.86 0.16 0 0.19 191.46 0.75 0.46
Hex 1D AD CF 56 10 0 13 BF 4B 2E
Octal 35 255 317 126 20 0 23 277 113 56
Binary 11101 10101101 11001111 1010110 10000 0 10011 10111111 1001011 101110

Color Harmonies of #1DADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADCF

Black with #1DADCF

Text Example


Text Example

White with #1DADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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