Html Css Color HEX #1DC1CE Iris Blue

📋 copy color: '#1DC1CE'

red 29 ◦ green 193 ◦ blue 206

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

Shades of Iris Blue #1DC1CE

Tints of Iris Blue #1DC1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.09%

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

R = 6.78%
G = 45.09%
B = 48.13%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DC1CE (or 0x1DC1CE) is known color: Iris Blue. HEX triplet: 1D, C1 and CE. RGB value is (29,193,206). Sum of RGB (Red+Green+Blue) = 29+193+206=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DC1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC1CE is #E23E31. Grayscale: #919191. Windows color (decimal): -14827058 or 13549853. OLE color: 13549853.

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

Color convert

RGB 29 193 206 -
CMYK 0.86 0.06 0 0.19
HSL 184.41º 0.75% 0.46% -
HSV(B) 184.41º 0.86% 0.81% -
XYZ 30.72 42.86 65.05 -
YUV 145.45 162.17 44.94 -
System Red Green Blue C M Y K H S L
Decimal 29 193 206 0.86 0.06 0 0.19 184.41 0.75 0.46
Hex 1D C1 CE 56 6 0 13 B8 4B 2E
Octal 35 301 316 126 6 0 23 270 113 56
Binary 11101 11000001 11001110 1010110 110 0 10011 10111000 1001011 101110

Color Harmonies of #1DC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC1CE

Black with #1DC1CE

Text Example


Text Example

White with #1DC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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