Html Css Color HEX #1DBBCD Iris Blue

📋 copy color: '#1DBBCD'

red 29 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #1DBBCD

Tints of Iris Blue #1DBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.42%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 6.89%
G = 44.42%
B = 48.69%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DBBCD (or 0x1DBBCD) is known color: Iris Blue. HEX triplet: 1D, BB and CD. RGB value is (29,187,205). Sum of RGB (Red+Green+Blue) = 29+187+205=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DBBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBCD is #E24432. Grayscale: #8D8D8D. Windows color (decimal): -14828595 or 13482781. OLE color: 13482781.

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

Color convert

RGB 29 187 205 -
CMYK 0.86 0.09 0 0.20
HSL 186.14º 0.75% 0.46% -
HSV(B) 186.14º 0.86% 0.8% -
XYZ 29.3 40.21 63.97 -
YUV 141.81 163.65 47.54 -
System Red Green Blue C M Y K H S L
Decimal 29 187 205 0.86 0.09 0 0.20 186.14 0.75 0.46
Hex 1D BB CD 56 9 0 14 BA 4B 2E
Octal 35 273 315 126 11 0 24 272 113 56
Binary 11101 10111011 11001101 1010110 1001 0 10100 10111010 1001011 101110

Color Harmonies of #1DBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBCD

Black with #1DBBCD

Text Example


Text Example

White with #1DBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,205); }

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

background-color css

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

 a { background-color: rgb(29,187,205); }

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

border-color css

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

 span { border-color: rgb(29,187,205); }

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