Html Css Color HEX #1DB9CC Iris Blue

📋 copy color: '#1DB9CC'

red 29 ◦ green 185 ◦ blue 204

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

Shades of Iris Blue #1DB9CC

Tints of Iris Blue #1DB9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 6.94%
G = 44.26%
B = 48.8%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1DB9CC (or 0x1DB9CC) is known color: Iris Blue. HEX triplet: 1D, B9 and CC. RGB value is (29,185,204). Sum of RGB (Red+Green+Blue) = 29+185+204=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DB9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB9CC is #E24633. Grayscale: #8C8C8C. Windows color (decimal): -14829108 or 13416733. OLE color: 13416733.

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

Color convert

RGB 29 185 204 -
CMYK 0.86 0.09 0 0.2
HSL 186.51º 0.75% 0.46% -
HSV(B) 186.51º 0.86% 0.8% -
XYZ 28.75 39.32 63.2 -
YUV 140.52 163.82 48.46 -
System Red Green Blue C M Y K H S L
Decimal 29 185 204 0.86 0.09 0 0.2 186.51 0.75 0.46
Hex 1D B9 CC 56 9 0 14 BB 4B 2E
Octal 35 271 314 126 11 0 24 273 113 56
Binary 11101 10111001 11001100 1010110 1001 0 10100 10111011 1001011 101110

Color Harmonies of #1DB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB9CC

Black with #1DB9CC

Text Example


Text Example

White with #1DB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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