Html Css Color HEX #1DAFCC Iris Blue

📋 copy color: '#1DAFCC'

red 29 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #1DAFCC

Tints of Iris Blue #1DAFCC

RGB

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

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

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

R = 7.11%
G = 42.89%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DAFCC (or 0x1DAFCC) is known color: Iris Blue. HEX triplet: 1D, AF and CC. RGB value is (29,175,204). Sum of RGB (Red+Green+Blue) = 29+175+204=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFCC is #E25033. Grayscale: #868686. Windows color (decimal): -14831668 or 13414173. OLE color: 13414173.

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

Color convert

RGB 29 175 204 -
CMYK 0.86 0.14 0 0.2
HSL 189.94º 0.75% 0.46% -
HSV(B) 189.94º 0.86% 0.8% -
XYZ 26.74 35.28 62.53 -
YUV 134.65 167.13 52.64 -
System Red Green Blue C M Y K H S L
Decimal 29 175 204 0.86 0.14 0 0.2 189.94 0.75 0.46
Hex 1D AF CC 56 E 0 14 BE 4B 2E
Octal 35 257 314 126 16 0 24 276 113 56
Binary 11101 10101111 11001100 1010110 1110 0 10100 10111110 1001011 101110

Color Harmonies of #1DAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFCC

Black with #1DAFCC

Text Example


Text Example

White with #1DAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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