Html Css Color HEX #1DBBC7 Iris Blue

📋 copy color: '#1DBBC7'

red 29 ◦ green 187 ◦ blue 199

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

Shades of Iris Blue #1DBBC7

Tints of Iris Blue #1DBBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.95%

R = 6.99%
G = 45.06%
B = 47.95%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1DBBC7 (or 0x1DBBC7) is known color: Iris Blue. HEX triplet: 1D, BB and C7. RGB value is (29,187,199). Sum of RGB (Red+Green+Blue) = 29+187+199=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #1DBBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBC7 is #E24438. Grayscale: #8C8C8C. Windows color (decimal): -14828601 or 13089565. OLE color: 13089565.

HSL color Cylindrical-coordinate representation of color #1DBBC7: hue angle of 184.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBBC7 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 187 199 -
CMYK 0.85 0.06 0 0.22
HSL 184.24º 0.75% 0.45% -
HSV(B) 184.24º 0.85% 0.78% -
XYZ 28.59 39.93 60.23 -
YUV 141.13 160.65 48.02 -
System Red Green Blue C M Y K H S L
Decimal 29 187 199 0.85 0.06 0 0.22 184.24 0.75 0.45
Hex 1D BB C7 55 6 0 16 B8 4B 2D
Octal 35 273 307 125 6 0 26 270 113 55
Binary 11101 10111011 11000111 1010101 110 0 10110 10111000 1001011 101101

Color Harmonies of #1DBBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBC7

Black with #1DBBC7

Text Example


Text Example

White with #1DBBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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