Html Css Color HEX #1DBFD6 Iris Blue

📋 copy color: '#1DBFD6'

red 29 ◦ green 191 ◦ blue 214

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

Shades of Iris Blue #1DBFD6

Tints of Iris Blue #1DBFD6

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 214 (83.98% from 255) = 49.31%

R = 6.68%
G = 44.01%
B = 49.31%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DBFD6 (or 0x1DBFD6) is known color: Iris Blue. HEX triplet: 1D, BF and D6. RGB value is (29,191,214). Sum of RGB (Red+Green+Blue) = 29+191+214=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #1DBFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFD6 is #E24029. Grayscale: #909090. Windows color (decimal): -14827562 or 14073629. OLE color: 14073629.

HSL color Cylindrical-coordinate representation of color #1DBFD6: hue angle of 187.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBFD6 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 191 214 -
CMYK 0.86 0.11 0 0.16
HSL 187.46º 0.76% 0.48% -
HSV(B) 187.46º 0.86% 0.84% -
XYZ 31.28 42.38 70.15 -
YUV 145.18 166.83 45.13 -
System Red Green Blue C M Y K H S L
Decimal 29 191 214 0.86 0.11 0 0.16 187.46 0.76 0.48
Hex 1D BF D6 56 B 0 10 BB 4C 30
Octal 35 277 326 126 13 0 20 273 114 60
Binary 11101 10111111 11010110 1010110 1011 0 10000 10111011 1001100 110000

Color Harmonies of #1DBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFD6

Black with #1DBFD6

Text Example


Text Example

White with #1DBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,191,214); }

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

background-color css

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

 a { background-color: rgb(29,191,214); }

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

border-color css

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

 span { border-color: rgb(29,191,214); }

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