Html Css Color HEX #1DBFD7 Iris Blue

📋 copy color: '#1DBFD7'

red 29 ◦ green 191 ◦ blue 215

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

Shades of Iris Blue #1DBFD7

Tints of Iris Blue #1DBFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 6.67%
G = 43.91%
B = 49.43%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DBFD7 (or 0x1DBFD7) is known color: Iris Blue. HEX triplet: 1D, BF and D7. RGB value is (29,191,215). Sum of RGB (Red+Green+Blue) = 29+191+215=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #1DBFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFD7 is #E24028. Grayscale: #919191. Windows color (decimal): -14827561 or 14139165. OLE color: 14139165.

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

Color convert

RGB 29 191 215 -
CMYK 0.87 0.11 0 0.16
HSL 187.74º 0.76% 0.48% -
HSV(B) 187.74º 0.87% 0.84% -
XYZ 31.4 42.43 70.82 -
YUV 145.3 167.33 45.05 -
System Red Green Blue C M Y K H S L
Decimal 29 191 215 0.87 0.11 0 0.16 187.74 0.76 0.48
Hex 1D BF D7 57 B 0 10 BC 4C 30
Octal 35 277 327 127 13 0 20 274 114 60
Binary 11101 10111111 11010111 1010111 1011 0 10000 10111100 1001100 110000

Color Harmonies of #1DBFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFD7

Black with #1DBFD7

Text Example


Text Example

White with #1DBFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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