Html Css Color HEX #1DC3CE Iris Blue

📋 copy color: '#1DC3CE'

red 29 ◦ green 195 ◦ blue 206

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

Shades of Iris Blue #1DC3CE

Tints of Iris Blue #1DC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

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

R = 6.74%
G = 45.35%
B = 47.91%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DC3CE (or 0x1DC3CE) is known color: Iris Blue. HEX triplet: 1D, C3 and CE. RGB value is (29,195,206). Sum of RGB (Red+Green+Blue) = 29+195+206=430 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.74% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DC3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC3CE is #E23C31. Grayscale: #929292. Windows color (decimal): -14826546 or 13550365. OLE color: 13550365.

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

Color convert

RGB 29 195 206 -
CMYK 0.86 0.05 0 0.19
HSL 183.73º 0.75% 0.46% -
HSV(B) 183.73º 0.86% 0.81% -
XYZ 31.16 43.75 65.19 -
YUV 146.62 161.5 44.11 -
System Red Green Blue C M Y K H S L
Decimal 29 195 206 0.86 0.05 0 0.19 183.73 0.75 0.46
Hex 1D C3 CE 56 5 0 13 B8 4B 2E
Octal 35 303 316 126 5 0 23 270 113 56
Binary 11101 11000011 11001110 1010110 101 0 10011 10111000 1001011 101110

Color Harmonies of #1DC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC3CE

Black with #1DC3CE

Text Example


Text Example

White with #1DC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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