Html Css Color HEX #1DBCD7 Iris Blue

📋 copy color: '#1DBCD7'

red 29 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #1DBCD7

Tints of Iris Blue #1DBCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

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

R = 6.71%
G = 43.52%
B = 49.77%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DBCD7 (or 0x1DBCD7) is known color: Iris Blue. HEX triplet: 1D, BC and D7. RGB value is (29,188,215). Sum of RGB (Red+Green+Blue) = 29+188+215=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #1DBCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCD7 is #E24328. Grayscale: #8F8F8F. Windows color (decimal): -14828329 or 14138397. OLE color: 14138397.

HSL color Cylindrical-coordinate representation of color #1DBCD7: hue angle of 188.71º 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 #1DBCD7 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 188 215 -
CMYK 0.87 0.13 0 0.16
HSL 188.71º 0.76% 0.48% -
HSV(B) 188.71º 0.87% 0.84% -
XYZ 30.76 41.13 70.61 -
YUV 143.54 168.32 46.3 -
System Red Green Blue C M Y K H S L
Decimal 29 188 215 0.87 0.13 0 0.16 188.71 0.76 0.48
Hex 1D BC D7 57 D 0 10 BD 4C 30
Octal 35 274 327 127 15 0 20 275 114 60
Binary 11101 10111100 11010111 1010111 1101 0 10000 10111101 1001100 110000

Color Harmonies of #1DBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBCD7

Black with #1DBCD7

Text Example


Text Example

White with #1DBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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