Html Css Color HEX #1DB1CF Iris Blue

📋 copy color: '#1DB1CF'

red 29 ◦ green 177 ◦ blue 207

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

Shades of Iris Blue #1DB1CF

Tints of Iris Blue #1DB1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.86%

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

R = 7.02%
G = 42.86%
B = 50.12%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DB1CF (or 0x1DB1CF) is known color: Iris Blue. HEX triplet: 1D, B1 and CF. RGB value is (29,177,207). Sum of RGB (Red+Green+Blue) = 29+177+207=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DB1CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB1CF is #E24E30. Grayscale: #878787. Windows color (decimal): -14831153 or 13611293. OLE color: 13611293.

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

Color convert

RGB 29 177 207 -
CMYK 0.86 0.14 0 0.19
HSL 190.11º 0.75% 0.46% -
HSV(B) 190.11º 0.86% 0.81% -
XYZ 27.49 36.21 64.57 -
YUV 136.17 167.97 51.56 -
System Red Green Blue C M Y K H S L
Decimal 29 177 207 0.86 0.14 0 0.19 190.11 0.75 0.46
Hex 1D B1 CF 56 E 0 13 BE 4B 2E
Octal 35 261 317 126 16 0 23 276 113 56
Binary 11101 10110001 11001111 1010110 1110 0 10011 10111110 1001011 101110

Color Harmonies of #1DB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB1CF

Black with #1DB1CF

Text Example


Text Example

White with #1DB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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