#1CBFC3

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

Shades of Iris Blue #1CBFC3

Tints of Iris Blue #1CBFC3

Color information

#1CBFC3 (or 0x1CBFC3) is unknown color: approx Iris Blue. HEX triplet: 1C, BF and C3. RGB value is (28,191,195). Sum of RGB (Red+Green+Blue) = 28+191+195=414 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.76% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #1CBFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFC3 is #E3403C. Grayscale: #8E8E8E. Windows color (decimal): -14893117 or 12828444. OLE color: 12828444.

HSL color Cylindrical-coordinate representation of color #1CBFC3: hue angle of 181.44º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBFC3 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB28191195-
CMYK0.860.0200.24
HSL181.44º74.89%43.73%-
HSV(B)181.44º85.64%76.47%-
XYZ28.9641.4558.1-
YUV142.72157.546.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.76%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 195 (76.56% from 255) = 47.10%
R=6.76%
G=46.14%
B=47.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281911950.860.0200.24181.4474.8943.73
Hex1CBFC3562018b54b2c
Octal34277303126203026511354
Binary111001011111111000011101011010011000101101011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,191,195); }

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

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

 a { background-color: rgb(28,191,195); }

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

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

 span { border-color: rgb(28,191,195); }

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