#1CBAD8

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

Shades of Iris Blue #1CBAD8

Tints of Iris Blue #1CBAD8

Color information

#1CBAD8 (or 0x1CBAD8) is unknown color: approx Iris Blue. HEX triplet: 1C, BA and D8. RGB value is (28,186,216). Sum of RGB (Red+Green+Blue) = 28+186+216=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #1CBAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAD8 is #E34527. Grayscale: #8D8D8D. Windows color (decimal): -14894376 or 14203420. OLE color: 14203420.

HSL color Cylindrical-coordinate representation of color #1CBAD8: hue angle of 189.57º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBAD8 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB28186216-
CMYK0.870.1400.15
HSL189.57º77.05%47.84%-
HSV(B)189.57º87.04%84.71%-
XYZ30.4340.3271.14-
YUV142.18169.6546.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.51%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 216 (84.77% from 255) = 50.23%
R=6.51%
G=43.26%
B=50.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal281862160.870.1400.15189.5777.0547.84
Hex1CBAD857E0Fbe4d30
Octal342723301271601727611560
Binary1110010111010110110001010111111001111101111101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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