Html Css Color HEX #1DACCF Iris Blue

📋 copy color: '#1DACCF'

red 29 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #1DACCF

Tints of Iris Blue #1DACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 7.11%
G = 42.16%
B = 50.74%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DACCF (or 0x1DACCF) is known color: Iris Blue. HEX triplet: 1D, AC and CF. RGB value is (29,172,207). Sum of RGB (Red+Green+Blue) = 29+172+207=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACCF is #E25330. Grayscale: #848484. Windows color (decimal): -14832433 or 13610013. OLE color: 13610013.

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

Color convert

RGB 29 172 207 -
CMYK 0.86 0.17 0 0.19
HSL 191.8º 0.75% 0.46% -
HSV(B) 191.8º 0.86% 0.81% -
XYZ 26.52 34.27 64.25 -
YUV 133.23 169.62 53.65 -
System Red Green Blue C M Y K H S L
Decimal 29 172 207 0.86 0.17 0 0.19 191.8 0.75 0.46
Hex 1D AC CF 56 11 0 13 C0 4B 2E
Octal 35 254 317 126 21 0 23 300 113 56
Binary 11101 10101100 11001111 1010110 10001 0 10011 11000000 1001011 101110

Color Harmonies of #1DACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACCF

Black with #1DACCF

Text Example


Text Example

White with #1DACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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