#18b2d2

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

Shades of Iris Blue #18B2D2

Tints of Iris Blue #18B2D2

Color information

#18B2D2 (or 0x18B2D2) is unknown color: approx Iris Blue. HEX triplet: 18, B2 and D2. RGB value is (24,178,210). Sum of RGB (Red+Green+Blue) = 24+178+210=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #18B2D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2D2 is #E74D2D. Grayscale: #878787. Windows color (decimal): -15158574 or 13808152. OLE color: 13808152.

HSL color Cylindrical-coordinate representation of color #18B2D2: hue angle of 190.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18B2D2 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB24178210-
CMYK0.890.1500.18
HSL190.32º79.49%45.88%-
HSV(B)190.32º88.57%82.35%-
XYZ27.9336.6966.58-
YUV135.6169.9848.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.83%
GREEN value IS 178 (69.92% from 255) = 43.20%
BLUE value IS 210 (82.42% from 255) = 50.97%
R=5.83%
G=43.20%
B=50.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal241782100.890.1500.18190.3279.4945.88
Hex18B2D259F012be4f2e
Octal302623221311702227611756
Binary11000101100101101001010110011111010010101111101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b2d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18b2d2; }

 p { color: rgb(24,178,210); }

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

<style>
 a { background-color: #18b2d2; }

 a { background-color: rgb(24,178,210); }

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

<style>
 span { border-color: #18b2d2; }

 span { border-color: rgb(24,178,210); }

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