Html Css Color HEX #1DACCC Iris Blue

📋 copy color: '#1DACCC'

red 29 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #1DACCC

Tints of Iris Blue #1DACCC

RGB

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

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

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

R = 7.16%
G = 42.47%
B = 50.37%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DACCC (or 0x1DACCC) is known color: Iris Blue. HEX triplet: 1D, AC and CC. RGB value is (29,172,204). Sum of RGB (Red+Green+Blue) = 29+172+204=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACCC is #E25333. Grayscale: #848484. Windows color (decimal): -14832436 or 13413405. OLE color: 13413405.

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

Color convert

RGB 29 172 204 -
CMYK 0.86 0.16 0 0.2
HSL 190.97º 0.75% 0.46% -
HSV(B) 190.97º 0.86% 0.8% -
XYZ 26.16 34.13 62.34 -
YUV 132.89 168.12 53.9 -
System Red Green Blue C M Y K H S L
Decimal 29 172 204 0.86 0.16 0 0.2 190.97 0.75 0.46
Hex 1D AC CC 56 10 0 14 BF 4B 2E
Octal 35 254 314 126 20 0 24 277 113 56
Binary 11101 10101100 11001100 1010110 10000 0 10100 10111111 1001011 101110

Color Harmonies of #1DACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACCC

Black with #1DACCC

Text Example


Text Example

White with #1DACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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