#1db0cf

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

Shades of Iris Blue #1DB0CF

Tints of Iris Blue #1DB0CF

Color information

#1DB0CF (or 0x1DB0CF) is unknown color: approx Iris Blue. HEX triplet: 1D, B0 and CF. RGB value is (29,176,207). Sum of RGB (Red+Green+Blue) = 29+176+207=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0CF is #E24F30. Grayscale: #878787. Windows color (decimal): -14831409 or 13611037. OLE color: 13611037.

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

Color convert

RGB29176207-
CMYK0.860.1500.19
HSL190.45º75.42%46.27%-
HSV(B)190.45º85.99%81.18%-
XYZ27.2935.8264.51-
YUV135.58168.351.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.04%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=7.04%
G=42.72%
B=50.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291762070.860.1500.19190.4575.4246.27
Hex1DB0CF56F013be4b2e
Octal352603171261702327611356
Binary11101101100001100111110101101111010011101111101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1db0cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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