#1CBDCB

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

Shades of Iris Blue #1CBDCB

Tints of Iris Blue #1CBDCB

Color information

#1CBDCB (or 0x1CBDCB) is unknown color: approx Iris Blue. HEX triplet: 1C, BD and CB. RGB value is (28,189,203). Sum of RGB (Red+Green+Blue) = 28+189+203=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDCB is #E34234. Grayscale: #8E8E8E. Windows color (decimal): -14893621 or 13352220. OLE color: 13352220.

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

Color convert

RGB28189203-
CMYK0.860.0700.20
HSL184.8º75.76%45.29%-
HSV(B)184.8º86.21%79.61%-
XYZ29.4640.9562.85-
YUV142.46162.1646.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.67%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=6.67%
G=45%
B=48.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal281892030.860.0700.20184.875.7645.29
Hex1CBDCB567014b94c2d
Octal34275313126702427111455
Binary1110010111101110010111010110111010100101110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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