#15b6cf

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

Shades of Iris Blue #15B6CF

Tints of Iris Blue #15B6CF

Color information

#15B6CF (or 0x15B6CF) is unknown color: approx Iris Blue. HEX triplet: 15, B6 and CF. RGB value is (21,182,207). Sum of RGB (Red+Green+Blue) = 21+182+207=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #15B6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B6CF is #EA4930. Grayscale: #888888. Windows color (decimal): -15354161 or 13612565. OLE color: 13612565.

HSL color Cylindrical-coordinate representation of color #15B6CF: hue angle of 188.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B6CF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB21182207-
CMYK0.900.1200.19
HSL188.06º81.58%44.71%-
HSV(B)188.06º89.86%81.18%-
XYZ28.338.1264.9-
YUV136.71167.6645.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.12%
GREEN value IS 182 (71.48% from 255) = 44.39%
BLUE value IS 207 (81.25% from 255) = 50.49%
R=5.12%
G=44.39%
B=50.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal211822070.900.1200.19188.0681.5844.71
Hex15B6CF5AC013bc522d
Octal252663171321402327412255
Binary10101101101101100111110110101100010011101111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15b6cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15b6cf; }

 p { color: rgb(21,182,207); }

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

<style>
 a { background-color: #15b6cf; }

 a { background-color: rgb(21,182,207); }

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

<style>
 span { border-color: #15b6cf; }

 span { border-color: rgb(21,182,207); }

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