#1DBECE

Color #1DBECE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1DBECE

Tints of Iris Blue #1DBECE

Color information

#1DBECE (or 0x1DBECE) is unknown color: approx Iris Blue. HEX triplet: 1D, BE and CE. RGB value is (29,190,206). Sum of RGB (Red+Green+Blue) = 29+190+206=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBECE is #E24131. Grayscale: #8F8F8F. Windows color (decimal): -14827826 or 13549085. OLE color: 13549085.

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

Color convert

RGB29190206-
CMYK0.860.0800.19
HSL185.42º75.32%46.08%-
HSV(B)185.42º85.92%80.78%-
XYZ30.0641.5464.83-
YUV143.68163.1646.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.82%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=6.82%
G=44.71%
B=48.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291902060.860.0800.19185.4275.3246.08
Hex1DBECE568013b94b2e
Octal352763161261002327111356
Binary11101101111101100111010101101000010011101110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DBECE;
 }
 .AnyTagClassName
 {
   color: #1DBECE;
 }
</style>
background-color css

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

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

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

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

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

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