Html Css Color HEX #1DB4CE Iris Blue

📋 copy color: '#1DB4CE'

red 29 ◦ green 180 ◦ blue 206

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

Shades of Iris Blue #1DB4CE

Tints of Iris Blue #1DB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.37%

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

R = 6.99%
G = 43.37%
B = 49.64%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DB4CE (or 0x1DB4CE) is known color: Iris Blue. HEX triplet: 1D, B4 and CE. RGB value is (29,180,206). Sum of RGB (Red+Green+Blue) = 29+180+206=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DB4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4CE is #E24B31. Grayscale: #898989. Windows color (decimal): -14830386 or 13546525. OLE color: 13546525.

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

Color convert

RGB 29 180 206 -
CMYK 0.86 0.13 0 0.19
HSL 188.81º 0.75% 0.46% -
HSV(B) 188.81º 0.86% 0.81% -
XYZ 27.97 37.36 64.13 -
YUV 137.82 166.47 50.39 -
System Red Green Blue C M Y K H S L
Decimal 29 180 206 0.86 0.13 0 0.19 188.81 0.75 0.46
Hex 1D B4 CE 56 D 0 13 BD 4B 2E
Octal 35 264 316 126 15 0 23 275 113 56
Binary 11101 10110100 11001110 1010110 1101 0 10011 10111101 1001011 101110

Color Harmonies of #1DB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB4CE

Black with #1DB4CE

Text Example


Text Example

White with #1DB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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