#1CBAD4

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

Shades of Iris Blue #1CBAD4

Tints of Iris Blue #1CBAD4

Color information

#1CBAD4 (or 0x1CBAD4) is unknown color: approx Iris Blue. HEX triplet: 1C, BA and D4. RGB value is (28,186,212). Sum of RGB (Red+Green+Blue) = 28+186+212=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #1CBAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAD4 is #E3452B. Grayscale: #8D8D8D. Windows color (decimal): -14894380 or 13941276. OLE color: 13941276.

HSL color Cylindrical-coordinate representation of color #1CBAD4: hue angle of 188.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBAD4 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB28186212-
CMYK0.870.1200.17
HSL188.48º76.67%47.06%-
HSV(B)188.48º86.79%83.14%-
XYZ29.9240.1268.45-
YUV141.72167.6546.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.57%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=6.57%
G=43.66%
B=49.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal281862120.870.1200.17188.4876.6747.06
Hex1CBAD457C011bc4d2f
Octal342723241271402127411557
Binary11100101110101101010010101111100010001101111001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,186,212); }

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

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

 a { background-color: rgb(28,186,212); }

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

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

 span { border-color: rgb(28,186,212); }

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