#1CBECB

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

Shades of Iris Blue #1CBECB

Tints of Iris Blue #1CBECB

Color information

#1CBECB (or 0x1CBECB) is unknown color: approx Iris Blue. HEX triplet: 1C, BE and CB. RGB value is (28,190,203). Sum of RGB (Red+Green+Blue) = 28+190+203=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBECB is #E34134. Grayscale: #8E8E8E. Windows color (decimal): -14893365 or 13352476. OLE color: 13352476.

HSL color Cylindrical-coordinate representation of color #1CBECB: hue angle of 184.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBECB is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB28190203-
CMYK0.860.0600.20
HSL184.46º75.76%45.29%-
HSV(B)184.46º86.21%79.61%-
XYZ29.6741.3962.92-
YUV143.04161.8345.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.65%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=6.65%
G=45.13%
B=48.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal281902030.860.0600.20184.4675.7645.29
Hex1CBECB566014b84c2d
Octal34276313126602427011455
Binary1110010111110110010111010110110010100101110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,190,203); }

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

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

 a { background-color: rgb(28,190,203); }

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

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

 span { border-color: rgb(28,190,203); }

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