Html Css Color HEX #1DB9CE Iris Blue

📋 copy color: '#1DB9CE'

red 29 ◦ green 185 ◦ blue 206

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

Shades of Iris Blue #1DB9CE

Tints of Iris Blue #1DB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 6.9%
G = 44.05%
B = 49.05%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DB9CE (or 0x1DB9CE) is known color: Iris Blue. HEX triplet: 1D, B9 and CE. RGB value is (29,185,206). Sum of RGB (Red+Green+Blue) = 29+185+206=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DB9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB9CE is #E24631. Grayscale: #8C8C8C. Windows color (decimal): -14829106 or 13547805. OLE color: 13547805.

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

Color convert

RGB 29 185 206 -
CMYK 0.86 0.10 0 0.19
HSL 187.12º 0.75% 0.46% -
HSV(B) 187.12º 0.86% 0.81% -
XYZ 29 39.42 64.47 -
YUV 140.75 164.82 48.29 -
System Red Green Blue C M Y K H S L
Decimal 29 185 206 0.86 0.10 0 0.19 187.12 0.75 0.46
Hex 1D B9 CE 56 A 0 13 BB 4B 2E
Octal 35 271 316 126 12 0 23 273 113 56
Binary 11101 10111001 11001110 1010110 1010 0 10011 10111011 1001011 101110

Color Harmonies of #1DB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB9CE

Black with #1DB9CE

Text Example


Text Example

White with #1DB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,206); }

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

background-color css

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

 a { background-color: rgb(29,185,206); }

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

border-color css

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

 span { border-color: rgb(29,185,206); }

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