Html Css Color HEX #1DB8D0 Iris Blue

📋 copy color: '#1DB8D0'

red 29 ◦ green 184 ◦ blue 208

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

Shades of Iris Blue #1DB8D0

Tints of Iris Blue #1DB8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

 BLUE value IS 208 (81.64% from 255) = 49.41%

R = 6.89%
G = 43.71%
B = 49.41%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1DB8D0 (or 0x1DB8D0) is known color: Iris Blue. HEX triplet: 1D, B8 and D0. RGB value is (29,184,208). Sum of RGB (Red+Green+Blue) = 29+184+208=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DB8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8D0 is #E2472F. Grayscale: #8C8C8C. Windows color (decimal): -14829360 or 13678621. OLE color: 13678621.

HSL color Cylindrical-coordinate representation of color #1DB8D0: hue angle of 188.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB8D0 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 184 208 -
CMYK 0.86 0.12 0 0.18
HSL 188.04º 0.76% 0.46% -
HSV(B) 188.04º 0.86% 0.82% -
XYZ 29.03 39.1 65.69 -
YUV 140.39 166.15 48.55 -
System Red Green Blue C M Y K H S L
Decimal 29 184 208 0.86 0.12 0 0.18 188.04 0.76 0.46
Hex 1D B8 D0 56 C 0 12 BC 4C 2E
Octal 35 270 320 126 14 0 22 274 114 56
Binary 11101 10111000 11010000 1010110 1100 0 10010 10111100 1001100 101110

Color Harmonies of #1DB8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB8D0

Black with #1DB8D0

Text Example


Text Example

White with #1DB8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,184,208); }

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

background-color css

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

 a { background-color: rgb(29,184,208); }

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

border-color css

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

 span { border-color: rgb(29,184,208); }

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