Html Css Color HEX #1DB0CE Iris Blue

📋 copy color: '#1DB0CE'

red 29 ◦ green 176 ◦ blue 206

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

Shades of Iris Blue #1DB0CE

Tints of Iris Blue #1DB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.82%

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

R = 7.06%
G = 42.82%
B = 50.12%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DB0CE (or 0x1DB0CE) is known color: Iris Blue. HEX triplet: 1D, B0 and CE. RGB value is (29,176,206). Sum of RGB (Red+Green+Blue) = 29+176+206=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DB0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0CE is #E24F31. Grayscale: #878787. Windows color (decimal): -14831410 or 13545501. OLE color: 13545501.

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

Color convert

RGB 29 176 206 -
CMYK 0.86 0.15 0 0.19
HSL 190.17º 0.75% 0.46% -
HSV(B) 190.17º 0.86% 0.81% -
XYZ 27.17 35.77 63.86 -
YUV 135.47 167.8 52.06 -
System Red Green Blue C M Y K H S L
Decimal 29 176 206 0.86 0.15 0 0.19 190.17 0.75 0.46
Hex 1D B0 CE 56 F 0 13 BE 4B 2E
Octal 35 260 316 126 17 0 23 276 113 56
Binary 11101 10110000 11001110 1010110 1111 0 10011 10111110 1001011 101110

Color Harmonies of #1DB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB0CE

Black with #1DB0CE

Text Example


Text Example

White with #1DB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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